summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/LineRenderUtils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/LineRenderUtils.hxx')
-rw-r--r--vcl/inc/opengl/LineRenderUtils.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/opengl/LineRenderUtils.hxx b/vcl/inc/opengl/LineRenderUtils.hxx
index eec665f68edb..4ffeae25dd0a 100644
--- a/vcl/inc/opengl/LineRenderUtils.hxx
+++ b/vcl/inc/opengl/LineRenderUtils.hxx
@@ -22,9 +22,9 @@ private:
std::vector<Vertex>& mrVertices;
std::vector<GLuint>& mrIndices;
GLubyte mR, mG, mB, mA;
- GLfloat mfLineWidth;
- GLfloat mfLineWidthAndAA;
- size_t mnInitialIndexSize;
+ GLfloat const mfLineWidth;
+ GLfloat const mfLineWidthAndAA;
+ size_t const mnInitialIndexSize;
bool mbIncomplete;
public: