[Scummvm-cvs-logs] SF.net SVN: scummvm:[44648] scummvm/trunk/engines/draci/script.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Oct 5 09:01:02 CEST 2009


Revision: 44648
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44648&view=rev
Author:   thebluegr
Date:     2009-10-05 07:00:59 +0000 (Mon, 05 Oct 2009)

Log Message:
-----------
Fixed warning (GameObject is a struct)

Modified Paths:
--------------
    scummvm/trunk/engines/draci/script.h

Modified: scummvm/trunk/engines/draci/script.h
===================================================================
--- scummvm/trunk/engines/draci/script.h	2009-10-04 23:21:01 UTC (rev 44647)
+++ scummvm/trunk/engines/draci/script.h	2009-10-05 07:00:59 UTC (rev 44648)
@@ -84,7 +84,7 @@
 };
 
 class Animation;
-class GameObject;
+struct GameObject;
 
 class Script {
 


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