Code cleaning

This commit is contained in:
hsaturn
2021-03-28 21:29:02 +02:00
parent 7d9ab6381d
commit 3bb2dd5a81
3 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ class IndexedString
const std::string& str() const { return StringIndexer::str(index); }
const StringIndexer::index_t getIndex() const { return index; }
const StringIndexer::index_t& getIndex() const { return index; }
private:
StringIndexer::index_t index;