15 lines
417 B
Plaintext
15 lines
417 B
Plaintext
$OpenBSD: patch-common_hashmap_h,v 1.2 2007/07/07 01:37:53 jsg Exp $
|
|
--- common/hashmap.h.orig Tue Jun 26 21:57:02 2007
|
|
+++ common/hashmap.h Tue Jun 26 21:57:37 2007
|
|
@@ -88,10 +88,7 @@ template <class Key, class Val, class HashFunc = Hash<
|
|
class HashMap {
|
|
friend class const_iterator;
|
|
private:
|
|
-#if defined (PALMOS_MODE)
|
|
public:
|
|
-#endif
|
|
-
|
|
typedef HashMap<Key, Val, HashFunc, EqualFunc> HM_t;
|
|
|
|
struct Node {
|