Fixed invalid default argument. Not that the compiler eats the file now...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3743 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
33f2c6fb7d
commit
c4de095cd1
@ -103,8 +103,7 @@ public:
|
||||
Iterator Find(const Key &key);
|
||||
Iterator FindClose(const Key &key, bool less);
|
||||
|
||||
status_t Insert(const Key &key, const Value &value,
|
||||
Iterator &iterator = NULL);
|
||||
status_t Insert(const Key &key, const Value &value, Iterator &iterator);
|
||||
status_t Remove(const Key &key);
|
||||
Iterator Erase(const Iterator &iterator);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user