removed completely unused mutable from multiplayer_lobby
This commit is contained in:
parent
8492cd99c3
commit
310d974e35
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ private:
|
|||
std::pair<size_t, size_t> visible_range_;
|
||||
std::vector<game_item> games_;
|
||||
std::vector<size_t> redraw_items_;
|
||||
mutable std::vector<int> widths_;
|
||||
std::vector<int> widths_;
|
||||
bool double_clicked_;
|
||||
bool ignore_next_doubleclick_;
|
||||
bool last_was_doubleclick_;
|
||||
|
|
Loading…
Add table
Reference in a new issue