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:
Ingo Weinhold 2003-06-29 19:44:14 +00:00
parent 33f2c6fb7d
commit c4de095cd1
1 changed files with 1 additions and 2 deletions

View File

@ -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);