summaryrefslogtreecommitdiffhomepage
path: root/editor/scenery-editor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-14 19:55:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-14 19:55:20 +0100
commitc775f4a2b2ade7767d0028ec69f847006805c6b7 (patch)
tree6b33ebe124caa859492af594425684ab9460616b /editor/scenery-editor.hpp
parent07018b1d1247f4fb558a2b551dd8d4ca35346377 (diff)
now switch to using stringview in the editors
Diffstat (limited to 'editor/scenery-editor.hpp')
-rw-r--r--editor/scenery-editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/scenery-editor.hpp b/editor/scenery-editor.hpp
index 4801d005..873124a8 100644
--- a/editor/scenery-editor.hpp
+++ b/editor/scenery-editor.hpp
@@ -43,7 +43,7 @@ public:
private:
void load_atlases();
- std::map<String, scenery_> _atlases;
+ std::map<StringView, scenery_> _atlases;
scenery_ _selected;
};