diff --git a/src/StringIndexer.h b/src/StringIndexer.h index 17d5ac1..5b6ebfe 100644 --- a/src/StringIndexer.h +++ b/src/StringIndexer.h @@ -28,7 +28,7 @@ class StringIndexer public: using index_t=uint8_t; - static const index_t strToIndex(const char* str, uint8_t len) + static index_t strToIndex(const char* str, uint8_t len) { for(auto it=strings.begin(); it!=strings.end(); it++) {