summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 4476fb91..aecd495b 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -138,7 +138,7 @@ private:
void draw_editor_pane(float main_menu_height);
void draw_inspector();
- static void entity_inspector_name(char* buf, size_t len, object_id id);
+ static void entity_inspector_name(char(&buf)[10], object_id id);
static void entity_friendly_name(char* buf, size_t len, const object& obj);
bool check_inspector_exists(const popup_target& p);
void set_cursor_from_imgui();