From 3b848dd1acc6b8d66f10201e4c21152fe4ab20c6 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Wed, 1 May 2019 23:31:10 +0200 Subject: [PATCH] Minor change --- src/app/Dictionary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Dictionary.h b/src/app/Dictionary.h index d89f459..0eb07ed 100644 --- a/src/app/Dictionary.h +++ b/src/app/Dictionary.h @@ -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;