vcl/win/gdi/gdiimpl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa83177200bba96325663268a913af8447c1c689
Author: Stephan Bergmann <[email protected]>
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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to