diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-19 21:32:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-19 21:32:43 +0300 |
commit | 08f911af478cb3bbede503a3e704b61da713b74e (patch) | |
tree | 9bb352abc64bdc0eb1a08baa7b6f42d5b0c440be /src/commandhandler.cpp | |
parent | 4503b047574e1374d16d2bec7e10285f59cc6d51 (diff) | |
download | plus-08f911af478cb3bbede503a3e704b61da713b74e.tar.gz plus-08f911af478cb3bbede503a3e704b61da713b74e.tar.bz2 plus-08f911af478cb3bbede503a3e704b61da713b74e.tar.xz plus-08f911af478cb3bbede503a3e704b61da713b74e.zip |
Rename openglgraphics to normalopenglgraphics.
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r-- | src/commandhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index 75f4a5331..af87adafd 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -58,7 +58,7 @@ #include "net/tradehandler.h" #if defined USE_OPENGL -#include "openglgraphics.h" +#include "normalopenglgraphics.h" #endif #ifdef DEBUG_DUMP_LEAKS1 @@ -1367,6 +1367,6 @@ void CommandHandler::handleDumpOGL(const std::string &args A_UNUSED, ChatTab *tab A_UNUSED) { #if defined USE_OPENGL - OpenGLGraphics::dumpSettings(); + NormalOpenGLGraphics::dumpSettings(); #endif } |