summaryrefslogtreecommitdiff
path: root/src/graphicsvertexes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r--src/graphicsvertexes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h
index c9084173a..f69392c69 100644
--- a/src/graphicsvertexes.h
+++ b/src/graphicsvertexes.h
@@ -95,7 +95,7 @@ class NormalOpenGLGraphicsVertexes final
std::vector<GLint*> *getIntTexPool() A_WARN_UNUSED
{ return &mIntTexPool; }
- void switchVp(int n);
+ void switchVp(const int n);
GLfloat *continueFloatTexArray();
@@ -107,7 +107,7 @@ class NormalOpenGLGraphicsVertexes final
int continueVp();
- void updateVp(int n);
+ void updateVp(const int n);
std::vector<int> *getVp() A_WARN_UNUSED
{ return &mVp; }