[Libreoffice-commits] core.git: vcl/win
Stephan Bergmann
sbergman at redhat.com
Thu Aug 25 15:40:48 UTC 2016
vcl/win/gdi/gdiimpl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fa83177200bba96325663268a913af8447c1c689
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Aug 25 17:40:21 2016 +0200
-Werror,-Winconsistent-missing-override (clang-cl)
Change-Id: Ie06e9ba94697c40fa03a535ad3f03c5ff181266e
diff --git a/vcl/win/gdi/gdiimpl.hxx b/vcl/win/gdi/gdiimpl.hxx
index db6e46a..aa10539 100644
--- a/vcl/win/gdi/gdiimpl.hxx
+++ b/vcl/win/gdi/gdiimpl.hxx
@@ -83,7 +83,7 @@ public:
virtual void SetFillColor( SalColor nSalColor ) override;
// enable/disable XOR drawing
- virtual void SetXORMode( bool bSet);
+ virtual void SetXORMode( bool bSet) override;
// set line color for raster operations
virtual void SetROPLineColor( SalROPColor nROPColor ) override;
More information about the Libreoffice-commits
mailing list