vcl/inc/quartz/salgdi.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b83fac898a54196e2430fe7710f946b5217ee6f2
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Thu Aug 16 22:11:30 2018 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Fri Aug 17 11:12:09 2018 +0200

    loplugin:override
    
    Change-Id: Id884bdd1f1b5314df05b4d8839b13922f19f01cb
    Reviewed-on: https://gerrit.libreoffice.org/59236
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index a05ac07be7fb..a8341c65692e 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -82,7 +82,7 @@ class CoreTextStyle : public LogicalFontInstance
     friend rtl::Reference<LogicalFontInstance> 
CoreTextFontFace::CreateFontInstance(const FontSelectPattern&) const;
 
 public:
-    ~CoreTextStyle();
+    ~CoreTextStyle() override;
 
     void       GetFontMetric( ImplFontMetricDataRef const & );
     bool       GetGlyphBoundRect(const GlyphItem&, tools::Rectangle&) const;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to