diff options
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 } |