summaryrefslogtreecommitdiffhomepage
path: root/editor/tile-editor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-11 02:19:12 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-11 02:19:12 +0100
commiteaa6c76bd92e292ac59dcfa0a7aa70cd1e2f50fb (patch)
tree5110a6fe2fb70e7fbd66db70a37287c00ccf4fda /editor/tile-editor.hpp
parent067a3f3ae0c1ab94ace005897673a484e165b31b (diff)
w
Diffstat (limited to 'editor/tile-editor.hpp')
-rw-r--r--editor/tile-editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tile-editor.hpp b/editor/tile-editor.hpp
index c0ff27f0..57347bf0 100644
--- a/editor/tile-editor.hpp
+++ b/editor/tile-editor.hpp
@@ -33,7 +33,7 @@ class tile_editor final
tile_image_proto get_selected_perm();
public:
- tile_editor(StringView name);
+ tile_editor();
std::shared_ptr<tile_atlas> maybe_atlas(StringView str);
std::shared_ptr<tile_atlas> atlas(StringView str);
auto cbegin() const noexcept { return _atlases.cbegin(); }