summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-20 15:11:19 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-20 15:11:19 +0200
commit0145e05a2e866dbad0372bf21c30d8264677a7b9 (patch)
tree6351ccdf25548d82d85d92e38271b2125839b243 /vcl/inc/opengl
parent43a8993482697a12885146e0fba6fc266cb182d4 (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.hxx2
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