summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/inc/GL3DRenderer.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx
index 6943012b4dec..c1cfdcf84ea9 100644
--- a/chart2/source/view/inc/GL3DRenderer.hxx
+++ b/chart2/source/view/inc/GL3DRenderer.hxx
@@ -274,8 +274,13 @@ private:
GLint m_2DColorID;
GLint m_MatrixID;
- PickingShaderResources():
- m_CommonProID(0) {}
+ PickingShaderResources()
+ : m_CommonProID(0)
+ , m_2DVertexID(0)
+ , m_2DColorID(0)
+ , m_MatrixID(0)
+ {
+ }
~PickingShaderResources()
{