[Scummvm-cvs-logs] SF.net SVN: scummvm:[44579] scummvm/trunk/engines/sci/gui/gui_memmgr.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Oct 4 01:01:24 CEST 2009


Revision: 44579
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44579&view=rev
Author:   wjpalenstijn
Date:     2009-10-03 23:01:22 +0000 (Sat, 03 Oct 2009)

Log Message:
-----------
SCI: attempt to fix wii/dc build error

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_memmgr.cpp

Modified: scummvm/trunk/engines/sci/gui/gui_memmgr.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_memmgr.cpp	2009-10-03 22:44:16 UTC (rev 44578)
+++ scummvm/trunk/engines/sci/gui/gui_memmgr.cpp	2009-10-03 23:01:22 UTC (rev 44579)
@@ -299,7 +299,7 @@
 	debug("Total %db used, %db free\nEnd Dump", szUsed, szFree);
 }
 //----------------------------
-inline byte *heap2Ptr(HEAPHANDLE ptr) {
+byte *heap2Ptr(HEAPHANDLE ptr) {
 	return (ptr >= HEAP_START) ? (byte *)(_heap + ptr) : NULL;
 }
 //----------------------------


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