diff options
Diffstat (limited to 'editor/ground-editor.hpp')
-rw-r--r-- | editor/ground-editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/ground-editor.hpp b/editor/ground-editor.hpp index 748da946..7baa716f 100644 --- a/editor/ground-editor.hpp +++ b/editor/ground-editor.hpp @@ -17,7 +17,7 @@ class ground_editor final enum selection_mode : unsigned char { sel_none, sel_tile, sel_perm, }; struct tuple; - std::map<String, ground_cell> _atlases; + std::map<StringView, ground_cell> _atlases; tile_image_proto _selected_tile; safe_ptr<tuple> _permutation; selection_mode _selection_mode = sel_none; |