issue #4106: Updates comments for 'Vector::eraseObject'

This commit is contained in:
James Chen 2014-02-21 11:30:55 +08:00
parent c6b2b86fe5
commit b300cfa1d2
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ public:
/** @brief Remove a certain object in Vector.
* @param object The object to be removed.
* @param removeAll Whether to remove all elements with the same value.
* If its value is 'false', it will just erase the first occurrence.
*/
void eraseObject(T object, bool removeAll = false)
{