[Scummvm-cvs-logs] SF.net SVN: scummvm:[33426] scummvm/trunk/common/func.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Jul 29 22:15:30 CEST 2008


Revision: 33426
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33426&view=rev
Author:   lordhoto
Date:     2008-07-29 20:15:29 +0000 (Tue, 29 Jul 2008)

Log Message:
-----------
Little fix for documentation.

Modified Paths:
--------------
    scummvm/trunk/common/func.h

Modified: scummvm/trunk/common/func.h
===================================================================
--- scummvm/trunk/common/func.h	2008-07-29 20:09:30 UTC (rev 33425)
+++ scummvm/trunk/common/func.h	2008-07-29 20:15:29 UTC (rev 33426)
@@ -305,8 +305,8 @@
  * add the opcode implementations like this:
  *
  * Common::Array<Functor1<ScriptState, void> *> opcodeTable;
- * opcodeTable[0] = new Functor1Mem<ScriptState, void, MyEngine>(&myEngine, &MyEngine_v1::o1_foo);
- * opcodeTable[1] = new Functor1Mem<ScriptState, void, MyEngine>(&myEngine, &MyEngine_v2::o2_foo);
+ * opcodeTable[0] = new Functor1Mem<ScriptState, void, MyEngine_v1>(&myEngine, &MyEngine_v1::o1_foo);
+ * opcodeTable[1] = new Functor1Mem<ScriptState, void, MyEngine_v2>(&myEngine, &MyEngine_v2::o2_foo);
  * // unimplemented/unused opcode
  * opcodeTable[2] = 0;
  * etc.


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