diff options
author | David Tardon <dtardon@redhat.com> | 2016-05-17 07:21:25 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-05-17 07:22:44 +0200 |
commit | f2ae310d4ddd2cad8091a584e9e7855c38cfbe2f (patch) | |
tree | 4ea83acf3d8002aadbd716d3c536365567e7824d | |
parent | cc1a0ba927ad6f85103059aa8e6108017f436304 (diff) |
mark function as override
Change-Id: I453a4f6b7d5b2243a6fb5feb8fec60660305dba1
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 492f1c1a6ecb..95e3756f408e 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -429,7 +429,7 @@ protected: public: virtual ~OutputDevice(); protected: - virtual void dispose(); + virtual void dispose() override; public: void disposeOnce(); |