diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-15 08:45:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-15 08:45:29 +0300 |
commit | c2ffc9e180d387359d9c465770db3d01b7e84951 (patch) | |
tree | 41993c7ff5f2603e26e764fab4f8703f31901ad2 /include | |
parent | 71e37567789f20ea5e2cb3997d7d40304b3dd746 (diff) |
WaE: overriding virtual function declaration not marked 'override'
Change-Id: Idd8b8fcbaebbedf5d5cd33075ef56829e19dd6c0
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdoopengl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx index 3fcbba2a79ba..22034436a718 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: |