refactor: clean up

This commit is contained in:
Michael Mandl 2024-03-22 10:59:35 +01:00
parent f080d00697
commit 66a54d85cc
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
class Bucket {
private:
std::map<const char, WordRefList> groups_;
std::map<char, WordRefList> directory_;
public:
void insert(const WordList &word_list, size_t first_index, size_t last_index);