Kaydet (Commit) fa831772 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Winconsistent-missing-override (clang-cl)

Change-Id: Ie06e9ba94697c40fa03a535ad3f03c5ff181266e
üst d4aae1b1
...@@ -83,7 +83,7 @@ public: ...@@ -83,7 +83,7 @@ public:
virtual void SetFillColor( SalColor nSalColor ) override; virtual void SetFillColor( SalColor nSalColor ) override;
// enable/disable XOR drawing // enable/disable XOR drawing
virtual void SetXORMode( bool bSet); virtual void SetXORMode( bool bSet) override;
// set line color for raster operations // set line color for raster operations
virtual void SetROPLineColor( SalROPColor nROPColor ) override; virtual void SetROPLineColor( SalROPColor nROPColor ) override;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment