diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-14 12:53:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-14 12:53:30 +0200 |
commit | bd132e558df9e1cfe48beb7a67f9237ed78465c5 (patch) | |
tree | cebcc9e13a9296f852de48e0ec658dd71ac91c07 /vcl/quartz/ctlayout.cxx | |
parent | fc6744603ab8bb5a00c4f97435b5e509bdeaeb94 (diff) |
loplugin:override
Change-Id: Ica137897f02c5caa4c4891f75531ada3957025d9
Diffstat (limited to 'vcl/quartz/ctlayout.cxx')
-rw-r--r-- | vcl/quartz/ctlayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/ctlayout.cxx b/vcl/quartz/ctlayout.cxx index 2415298df0d3..35f7143028d5 100644 --- a/vcl/quartz/ctlayout.cxx +++ b/vcl/quartz/ctlayout.cxx @@ -34,7 +34,7 @@ class CTLayout : public SalLayout { public: explicit CTLayout( const CoreTextStyle* ); - virtual ~CTLayout(); + virtual ~CTLayout() override; virtual bool LayoutText( ImplLayoutArgs& ) override; virtual void AdjustLayout( ImplLayoutArgs& ) override; |