summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-19 18:16:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-19 18:28:21 +0100
commit7205b0ce1cb88c41973bd3dffa4e80af99ae25f9 (patch)
tree8b1176149fa9e8d0bd5fc09bca17142d9c6d8370 /editor
parentbfbbfc325f081d9523f56accc267167c82ffa495 (diff)
editor: String -> StringView
Diffstat (limited to 'editor')
-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 647d6b47..c23c0c71 100644
--- a/editor/scenery-editor.hpp
+++ b/editor/scenery-editor.hpp
@@ -41,7 +41,7 @@ struct scenery_editor final
private:
void load_atlases();
- std::map<String, scenery_> _atlases;
+ std::map<StringView, scenery_> _atlases;
scenery_ _selected;
};