[Libreoffice-commits] core.git: include/svx
Tor Lillqvist
tml at collabora.com
Mon Apr 14 22:46:35 PDT 2014
include/svx/svdoopengl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c2ffc9e180d387359d9c465770db3d01b7e84951
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Apr 15 08:45:29 2014 +0300
WaE: overriding virtual function declaration not marked 'override'
Change-Id: Idd8b8fcbaebbedf5d5cd33075ef56829e19dd6c0
diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx
index 3fcbba2..2203443 100644
--- a/include/svx/svdoopengl.hxx
+++ b/include/svx/svdoopengl.hxx
@@ -36,7 +36,7 @@ public:
void setRenderer(IOpenGLRenderer* pRenderer);
IOpenGLRenderer* getRenderer();
- virtual bool isOpenGLInitialized();
+ virtual bool isOpenGLInitialized() SAL_OVERRIDE;
private:
More information about the Libreoffice-commits
mailing list