diff options
Diffstat (limited to 'editor/tile-editor.hpp')
-rw-r--r-- | editor/tile-editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tile-editor.hpp b/editor/tile-editor.hpp index df33c761..53b12e55 100644 --- a/editor/tile-editor.hpp +++ b/editor/tile-editor.hpp @@ -44,7 +44,7 @@ public: auto cend() const noexcept { return _atlases.cend(); } auto begin() const noexcept { return _atlases.cbegin(); } auto end() const noexcept { return _atlases.cend(); } - StringView name() const noexcept { return _name; } + StringView name() const noexcept; editor_mode mode() const noexcept { return _mode; } editor_wall_rotation rotation() const noexcept { return _rotation; } |