WaE: overriding virtual function declaration not marked 'override'
Change-Id: Ifd89b00c525ed4d75fcffe92845c4ca2f73705a8
This commit is contained in:
@@ -160,7 +160,7 @@ public:
|
|||||||
|
|
||||||
void LoadShaders();
|
void LoadShaders();
|
||||||
void init();
|
void init();
|
||||||
bool isOpenGLInitialized();
|
virtual bool isOpenGLInitialized() SAL_OVERRIDE;
|
||||||
void Set3DSenceInfo(sal_Int32 color = 255, bool twoSidesLighting = true);
|
void Set3DSenceInfo(sal_Int32 color = 255, bool twoSidesLighting = true);
|
||||||
void SetLightInfo(bool lightOn, sal_Int32 color, const glm::vec4& direction);
|
void SetLightInfo(bool lightOn, sal_Int32 color, const glm::vec4& direction);
|
||||||
void AddShapePolygon3DObject(sal_Int32 color, bool lineOnly, sal_Int32 lineColor,
|
void AddShapePolygon3DObject(sal_Int32 color, bool lineOnly, sal_Int32 lineColor,
|
||||||
|
Reference in New Issue
Block a user