summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index 45e0268a..3867d227 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -115,7 +115,7 @@ float app::draw_main_menu()
void app::draw_ui()
{
const auto dpi = M->dpi_scale().min();
- [[maybe_unused]] const auto style_ = style_saver{};
+ [[maybe_unused]] const auto styleʹ = style_saver{};
auto& style = ImGui::GetStyle();
auto& ctx = *ImGui::GetCurrentContext();