diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-05 09:36:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-05 11:28:49 +0100 |
commit | bf8c34b528923f421ddad16f6758511736f2ed21 (patch) | |
tree | 6070c70d0e2932f03d478abb734b437baf5b1c73 /vcl | |
parent | b024d8bcedc93f1f5c60c7f5eeb54d08b751d950 (diff) |
-Werror,-Winconsistent-missing-override (clang-cl)
Change-Id: I2414729b9e5dfbafdc575c022517c12cef682e31
Reviewed-on: https://gerrit.libreoffice.org/84508
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/opengl/win/gdiimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/win/gdiimpl.hxx b/vcl/inc/opengl/win/gdiimpl.hxx index 98ddabbc7a53..c69795f70bd5 100644 --- a/vcl/inc/opengl/win/gdiimpl.hxx +++ b/vcl/inc/opengl/win/gdiimpl.hxx @@ -72,7 +72,7 @@ public: using OpenGLSalGraphicsImpl::DrawMask; virtual void DeferredTextDraw(const CompatibleDC::Texture* pTexture, Color nMaskColor, const SalTwoRect& rPosAry) override; - virtual bool UseRenderNativeControl() const { return true; } + virtual bool UseRenderNativeControl() const override { return true; } virtual bool TryRenderCachedNativeControl(ControlCacheKey const & rControlCacheKey, int nX, int nY) override; virtual bool RenderAndCacheNativeControl(CompatibleDC& rWhite, CompatibleDC& rBlack, int nX, int nY , ControlCacheKey& aControlCacheKey) override; |