summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/OpenGLRender.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/OpenGLRender.hxx')
-rwxr-xr-xchart2/source/view/main/OpenGLRender.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/view/main/OpenGLRender.hxx b/chart2/source/view/main/OpenGLRender.hxx
index 18176f6cbc67..864a58c495b1 100755
--- a/chart2/source/view/main/OpenGLRender.hxx
+++ b/chart2/source/view/main/OpenGLRender.hxx
@@ -75,11 +75,7 @@ typedef struct Bubble2DPointList
float yScale;
}Bubble2DPointList;
-typedef struct Bubble2DCircle
-{
- float *pointBuf;
- int bufLen;
-}Bubble2DCircle;
+typedef std::vector<GLfloat> Bubble2DCircle;
struct RectanglePointList
{