summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-19 09:03:59 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-19 14:32:18 +0100
commit332745db6c2ecaa3a81f1b337be1a0bcae7511b9 (patch)
treef7fe0e2f2522ce58b51149c6a87b53fba682aa93 /editor/imgui.cpp
parent151e6911a8aa56749edbbf0c15ab04752d96c2f3 (diff)
ddd
rename foo_ -> fooʹ
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();