diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-20 15:11:19 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-20 15:11:19 +0200 |
commit | 0145e05a2e866dbad0372bf21c30d8264677a7b9 (patch) | |
tree | 6351ccdf25548d82d85d92e38271b2125839b243 /vcl/inc/opengl | |
parent | 43a8993482697a12885146e0fba6fc266cb182d4 (diff) |
WaE: overriding virtual function declaration not marked 'override'
Change-Id: Ieb8da224e02a9c8e19eabb4c5bcbd81120900245
Diffstat (limited to 'vcl/inc/opengl')
-rw-r--r-- | vcl/inc/opengl/x11/X11DeviceInfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/x11/X11DeviceInfo.hxx b/vcl/inc/opengl/x11/X11DeviceInfo.hxx index 5e41b6b45c9a..dfb720450d9b 100644 --- a/vcl/inc/opengl/x11/X11DeviceInfo.hxx +++ b/vcl/inc/opengl/x11/X11DeviceInfo.hxx @@ -43,7 +43,7 @@ public: X11OpenGLDeviceInfo(); virtual ~X11OpenGLDeviceInfo(); - virtual bool isDeviceBlocked(); + virtual bool isDeviceBlocked() SAL_OVERRIDE; }; #endif |