From c59e7ece0a825a75ab639edff3081465ef6b94fc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 22 Jul 2006 17:00:36 +0000 Subject: Part of the FreeMiNT patch svn-id: r23566 --- common/hashmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/hashmap.h b/common/hashmap.h index dcbbe17f3a..cd1087abb6 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -121,7 +121,7 @@ uint nextTableSize(uint x); template , class EqualFunc = EqualTo, class BaseNodeFunc = BaseNode > class HashMap { private: -#if defined (_WIN32_WCE) || defined (_MSC_VER) || defined (__SYMBIAN32__) || defined (PALMOS_MODE) +#if defined (_WIN32_WCE) || defined (_MSC_VER) || defined (__SYMBIAN32__) || defined (PALMOS_MODE) || defined (__MINT__) //FIXME evc4, msvc6,msvc7 & GCC 2.9x doesn't like it as private member public: #endif -- cgit v1.2.3