summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/bitmapbackbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/bitmapbackbuffer.hxx')
-rw-r--r--canvas/source/vcl/bitmapbackbuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/bitmapbackbuffer.hxx b/canvas/source/vcl/bitmapbackbuffer.hxx
index 1207369074da..84b6a38f3aa9 100644
--- a/canvas/source/vcl/bitmapbackbuffer.hxx
+++ b/canvas/source/vcl/bitmapbackbuffer.hxx
@@ -46,8 +46,8 @@ namespace vclcanvas
virtual ~BitmapBackBuffer();
- virtual OutputDevice& getOutDev() SAL_OVERRIDE;
- virtual const OutputDevice& getOutDev() const SAL_OVERRIDE;
+ virtual OutputDevice& getOutDev() override;
+ virtual const OutputDevice& getOutDev() const override;
/// Clear the underlying bitmap to white, all transparent
void clear();