Fix warning

This commit is contained in:
hsaturn
2021-04-10 16:50:45 +02:00
parent b280196395
commit 7c96c4a5cc

View File

@@ -28,7 +28,7 @@ class StringIndexer
public: public:
using index_t=uint8_t; 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++) for(auto it=strings.begin(); it!=strings.end(); it++)
{ {