Minor change

This commit is contained in:
anschrammh 2019-05-01 23:31:10 +02:00
parent 111279603e
commit 3b848dd1ac

View File

@ -131,7 +131,7 @@ public:
return remove(indiceToStr); return remove(indiceToStr);
} }
boolean removeAt(int index) boolean removeAt(unsigned int index)
{ {
unsigned int position(0); unsigned int position(0);
if(_head->_next == NULL) return false; if(_head->_next == NULL) return false;