[Scummvm-cvs-logs] SF.net SVN: scummvm:[50966] scummvm/trunk/gui/debugger.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jul 17 21:11:59 CEST 2010


Revision: 50966
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50966&view=rev
Author:   thebluegr
Date:     2010-07-17 19:11:59 +0000 (Sat, 17 Jul 2010)

Log Message:
-----------
Fixing compilation with MSVC

Modified Paths:
--------------
    scummvm/trunk/gui/debugger.cpp

Modified: scummvm/trunk/gui/debugger.cpp
===================================================================
--- scummvm/trunk/gui/debugger.cpp	2010-07-17 18:51:54 UTC (rev 50965)
+++ scummvm/trunk/gui/debugger.cpp	2010-07-17 19:11:59 UTC (rev 50966)
@@ -378,7 +378,7 @@
 #endif
 
 // Variable registration function
-void Debugger::DVar_Register(const Common::String &varname, void *pointer, int type, int arraySize) {
+void Debugger::DVar_Register(const Common::String &varname, void *pointer, VarType type, int arraySize) {
 	// TODO: Filter out duplicates
 	// TODO: Sort this list? Then we can do binary search later on when doing lookups.
 	assert(pointer);


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