diff options
-rw-r--r-- | vcl/coretext/salcoretextlayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/coretext/salcoretextlayout.cxx b/vcl/coretext/salcoretextlayout.cxx index 6502b17a2782..4dd4ff469d16 100644 --- a/vcl/coretext/salcoretextlayout.cxx +++ b/vcl/coretext/salcoretextlayout.cxx @@ -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); |