From 6ca24c38cbc0c1df755e51e366c715d4fb4f1d93 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 5 May 2014 22:45:33 +0300 Subject: [PATCH] WaE: overriding virtual function declaration not marked 'override' Change-Id: Ifd89b00c525ed4d75fcffe92845c4ca2f73705a8 --- chart2/source/view/inc/GL3DRenderer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,