15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
$OpenBSD: patch-common_hashmap_h,v 1.3 2010/07/13 21:23:39 jsg Exp $
|
|
--- common/hashmap.h.orig Mon Jan 25 02:39:44 2010
|
|
+++ common/hashmap.h Mon Jul 12 21:58:22 2010
|
|
@@ -68,10 +68,7 @@ template<class T> class IteratorImpl;
|
|
template<class Key, class Val, class HashFunc = Hash<Key>, class EqualFunc = EqualTo<Key> >
|
|
class HashMap {
|
|
private:
|
|
-#if defined (PALMOS_MODE)
|
|
public:
|
|
-#endif
|
|
-
|
|
typedef HashMap<Key, Val, HashFunc, EqualFunc> HM_t;
|
|
|
|
struct Node {
|