Kaydet (Commit) 6fe69ec3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use SAL_FINAL here

Sure, not that useful in this case (where it is quite obvious anyway
that the class is not derived from), but just to verify that the
SAL_FINAL thing works.

Change-Id: Icef6eb64e278354694145bf98f02b9ffe5db7da7
üst cdd1de08
......@@ -30,7 +30,7 @@
#include "headless/svpgdi.hxx"
#endif
class CoreTextLayout : public SalLayout
class CoreTextLayout SAL_FINAL : public SalLayout
{
public:
CoreTextLayout( QuartzSalGraphics* graphics, CoreTextStyleInfo* style);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment