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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sun Jan 14 12:06:34 CET 2007


Revision: 25079
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25079&view=rev
Author:   chrilith
Date:     2007-01-14 03:06:34 -0800 (Sun, 14 Jan 2007)

Log Message:
-----------
Still doesn't work with PalmOS compiler

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

Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2007-01-14 11:02:24 UTC (rev 25078)
+++ scummvm/trunk/common/hashmap.h	2007-01-14 11:06:34 UTC (rev 25079)
@@ -85,6 +85,10 @@
 class HashMap {
 	friend class const_iterator;
 private:
+#if defined (PALMOS_MODE)
+public:
+#endif
+
 	struct Node {
 		Key _key;
 		Val _value;


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