summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-05 22:45:33 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-05 22:45:33 +0300
commit6ca24c38cbc0c1df755e51e366c715d4fb4f1d93 (patch)
tree88793b8813844fde9489827ea0ee5ae4d6f276cd /chart2
parentfe451fb94a33c914c0a7c1265c013d9704af850a (diff)
WaE: overriding virtual function declaration not marked 'override'
Change-Id: Ifd89b00c525ed4d75fcffe92845c4ca2f73705a8
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/inc/GL3DRenderer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx
index 5f66203a13ce..4782f5047482 100644
--- a/chart2/source/view/inc/GL3DRenderer.hxx
+++ b/chart2/source/view/inc/GL3DRenderer.hxx
@@ -160,7 +160,7 @@ public:
void LoadShaders();
void init();
- bool isOpenGLInitialized();
+ virtual bool isOpenGLInitialized() SAL_OVERRIDE;
void Set3DSenceInfo(sal_Int32 color = 255, bool twoSidesLighting = true);
void SetLightInfo(bool lightOn, sal_Int32 color, const glm::vec4& direction);
void AddShapePolygon3DObject(sal_Int32 color, bool lineOnly, sal_Int32 lineColor,