Minor change
This commit is contained in:
parent
111279603e
commit
3b848dd1ac
@ -131,7 +131,7 @@ public:
|
||||
return remove(indiceToStr);
|
||||
}
|
||||
|
||||
boolean removeAt(int index)
|
||||
boolean removeAt(unsigned int index)
|
||||
{
|
||||
unsigned int position(0);
|
||||
if(_head->_next == NULL) return false;
|
||||
|
Loading…
Reference in New Issue
Block a user