[Scummvm-cvs-logs] SF.net SVN: scummvm:[51082] tools/branches/gsoc2010-decompiler/decompiler/ codegen.h

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Wed Jul 21 03:23:28 CEST 2010


Revision: 51082
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51082&view=rev
Author:   pidgeot
Date:     2010-07-21 01:23:28 +0000 (Wed, 21 Jul 2010)

Log Message:
-----------
Use correct signature for dup overload in IntEntry

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/codegen.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/codegen.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/codegen.h	2010-07-21 01:18:39 UTC (rev 51081)
+++ tools/branches/gsoc2010-decompiler/decompiler/codegen.h	2010-07-21 01:23:28 UTC (rev 51082)
@@ -157,7 +157,7 @@
 		return output;
 	}
 
-	virtual EntryPtr dup() {
+	virtual EntryPtr dup(std::ostream &output) {
 		return new IntEntry(_val, _isSigned);
 	}
 };


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