diff options
-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 |