diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 18:16:53 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 18:28:21 +0100 |
| commit | 7205b0ce1cb88c41973bd3dffa4e80af99ae25f9 (patch) | |
| tree | 8b1176149fa9e8d0bd5fc09bca17142d9c6d8370 /editor | |
| parent | bfbbfc325f081d9523f56accc267167c82ffa495 (diff) | |
editor: String -> StringView
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/scenery-editor.hpp | 2 |
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; }; |
