[Libreoffice-commits] core.git: vcl/inc
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 5 10:30:19 UTC 2019
vcl/inc/opengl/win/gdiimpl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf8c34b528923f421ddad16f6758511736f2ed21
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 5 09:36:38 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Dec 5 11:28:49 2019 +0100
-Werror,-Winconsistent-missing-override (clang-cl)
Change-Id: I2414729b9e5dfbafdc575c022517c12cef682e31
Reviewed-on: https://gerrit.libreoffice.org/84508
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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;
More information about the Libreoffice-commits
mailing list