diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/OpenGLRender.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chart2/source/view/main/OpenGLRender.hxx b/chart2/source/view/main/OpenGLRender.hxx index 910c86298962..dae190ae84d0 100644 --- a/chart2/source/view/main/OpenGLRender.hxx +++ b/chart2/source/view/main/OpenGLRender.hxx @@ -42,8 +42,6 @@ struct Bubble2DPointList float yScale; }; -typedef std::vector<GLfloat> Bubble2DCircle; - struct RectanglePointList { float points[12]; @@ -159,7 +157,7 @@ private: glm::vec4 m_2DColor; - Bubble2DCircle m_Bubble2DCircle; + std::vector<GLfloat> m_Bubble2DCircle; std::list <Bubble2DPointList> m_Bubble2DShapePointList; GLint m_CommonProID; |