summaryrefslogtreecommitdiff
path: root/src/graphicsvertexes.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-28 15:22:00 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-28 15:22:00 +0300
commit096de2a656c036a241dd5f10c2bf28ae4d4dbe5a (patch)
treed79c67e9c78c87be1776334bc4a7cc00e427ba94 /src/graphicsvertexes.h
parenta53a7ddf1fb503d6158aea6518f9d5f81bee7b5d (diff)
downloadplus-096de2a656c036a241dd5f10c2bf28ae4d4dbe5a.tar.gz
plus-096de2a656c036a241dd5f10c2bf28ae4d4dbe5a.tar.bz2
plus-096de2a656c036a241dd5f10c2bf28ae4d4dbe5a.tar.xz
plus-096de2a656c036a241dd5f10c2bf28ae4d4dbe5a.zip
improve some files.
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; }