diff options
Diffstat (limited to 'editor/imgui.cpp')
| -rw-r--r-- | editor/imgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp index fd8a5c72..6ac6e7fa 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -116,7 +116,7 @@ void app::draw_clickables() } } -const StringView app::SCENERY_POPUP_NAME = "##scenery-popup"_s; +static constexpr auto SCENERY_POPUP_NAME = "##scenery-popup"_s; bool app::check_inspector_exists(const popup_target& p) { |
