summaryrefslogtreecommitdiffhomepage
path: root/editor/vobj-editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/vobj-editor.hpp')
-rw-r--r--editor/vobj-editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/vobj-editor.hpp b/editor/vobj-editor.hpp
index cbe2ffb4..44688168 100644
--- a/editor/vobj-editor.hpp
+++ b/editor/vobj-editor.hpp
@@ -51,7 +51,7 @@ struct vobj_editor final
void select_tile(const vobj_& type);
void clear_selection();
- static const vobj_& get_type(StringView name);
+ static const vobj_* get_type(StringView name);
bool is_item_selected(const vobj_& x) const;
bool is_anything_selected() const;