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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Tue Apr 11 11:15:14 CEST 2006


Revision: 21802
Author:   chrilith
Date:     2006-04-11 11:14:26 -0700 (Tue, 11 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21802&view=rev

Log Message:
-----------
PalmOS too

Modified Paths:
--------------
    scummvm/trunk/common/hashmap.h
Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2006-04-11 18:13:04 UTC (rev 21801)
+++ scummvm/trunk/common/hashmap.h	2006-04-11 18:14:26 UTC (rev 21802)
@@ -98,7 +98,7 @@
 template <class Key, class Val, class HashFunc = Hash<Key>, class EqualFunc = EqualTo<Key> >
 class HashMap {
 private:
-#if defined (_WIN32_WCE) || defined (_MSC_VER) || defined (__SYMBIAN32__)
+#if defined (_WIN32_WCE) || defined (_MSC_VER) || defined (__SYMBIAN32__) || defined (PALMOS_MODE)
 //FIXME evc4, msvc6,msvc7 & GCC 2.9x doesn't like it as private member
 public:
 #endif


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