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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sat Oct 28 16:40:48 CEST 2006


Revision: 24561
          http://svn.sourceforge.net/scummvm/?rev=24561&view=rev
Author:   chrilith
Date:     2006-10-28 07:40:43 -0700 (Sat, 28 Oct 2006)

Log Message:
-----------
Not required anymore

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

Modified: scummvm/trunk/common/list.h
===================================================================
--- scummvm/trunk/common/list.h	2006-10-28 14:35:00 UTC (rev 24560)
+++ scummvm/trunk/common/list.h	2006-10-28 14:40:43 UTC (rev 24561)
@@ -55,7 +55,7 @@
 		friend class List<T>;
 		NodeBase *_node;
 
-#if !defined (PALMOS_MODE) && !defined (__WINSCW__)
+#if !defined (__WINSCW__)
 		explicit Iterator(NodeBase *node) : _node(node) {}
 #else
 		Iterator(NodeBase *node) : _node(node) {}


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