gcc 4 fixes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29602 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-03-18 22:43:47 +00:00
parent 5ef44d9bfc
commit 98092e9867
13 changed files with 54 additions and 41 deletions
+3 -3
View File
@@ -130,9 +130,9 @@ public:
friend class HashMap<Key, Value>;
typedef OpenHashTable<HashMapTableDefinition<Key, Value> > ElementTable;
HashMap<Key, Value>* fMap;
ElementTable::Iterator fIterator;
Element* fElement;
HashMap<Key, Value>* fMap;
typename ElementTable::Iterator fIterator;
Element* fElement;
};
HashMap();