diff --git a/headers/private/kernel/util/AVLTreeMap.h b/headers/private/kernel/util/AVLTreeMap.h index 4f3703264f..c772dc1acf 100644 --- a/headers/private/kernel/util/AVLTreeMap.h +++ b/headers/private/kernel/util/AVLTreeMap.h @@ -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);