diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-12 22:43:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-12 22:43:41 +0300 |
commit | bcb340f51ca2d69fd062d6548ef283303d43d9ac (patch) | |
tree | b952e8beb18f615f25ad4e0a075e561fc80c55a7 /src/render/mobileopenglgraphics.h | |
parent | 720dbe1e5a90adb66ada166090e34a571e24ff0a (diff) | |
download | plus-bcb340f51ca2d69fd062d6548ef283303d43d9ac.tar.gz plus-bcb340f51ca2d69fd062d6548ef283303d43d9ac.tar.bz2 plus-bcb340f51ca2d69fd062d6548ef283303d43d9ac.tar.xz plus-bcb340f51ca2d69fd062d6548ef283303d43d9ac.zip |
Rename NormalOpenGLGraphicsVertexes into OpenGLGraphicsVertexes.
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r-- | src/render/mobileopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index 813bcc987..8f8fae9dc 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -45,7 +45,7 @@ #include <set> -class NormalOpenGLGraphicsVertexes; +class OpenGLGraphicsVertexes; class MobileOpenGLGraphics final : public Graphics { |