[Scummvm-cvs-logs] SF.net SVN: scummvm:[54734] scummvm/trunk/backends/graphics/opengl/ glerrorcheck.cpp

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Thu Dec 2 14:13:11 CET 2010


Revision: 54734
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54734&view=rev
Author:   jvprat
Date:     2010-12-02 13:13:10 +0000 (Thu, 02 Dec 2010)

Log Message:
-----------
OPENGL: Fix compilation when OpenGL error checks are enabled.

Modified Paths:
--------------
    scummvm/trunk/backends/graphics/opengl/glerrorcheck.cpp

Modified: scummvm/trunk/backends/graphics/opengl/glerrorcheck.cpp
===================================================================
--- scummvm/trunk/backends/graphics/opengl/glerrorcheck.cpp	2010-12-02 12:44:36 UTC (rev 54733)
+++ scummvm/trunk/backends/graphics/opengl/glerrorcheck.cpp	2010-12-02 13:13:10 UTC (rev 54734)
@@ -28,7 +28,7 @@
 #if defined(DEBUG) && defined(USE_OPENGL)
 
 #include "backends/graphics/opengl/glerrorcheck.h"
-#include "common/debug.h"
+#include "common/textconsole.h"
 
 #ifdef WIN32
 #if defined(ARRAYSIZE) && !defined(_WINDOWS_)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list