diff --git a/imgui_demo.cpp b/imgui_demo.cpp index 3a2296e6..768c4480 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -2461,7 +2461,7 @@ static void ShowExampleAppLongText(bool* p_open) #else void ImGui::ShowTestWindow(bool*) {} -void ImGui::ShowUserGuide(bool*) {} -void ImGui::ShowStyleEditor(bool*) {} +void ImGui::ShowUserGuide() {} +void ImGui::ShowStyleEditor(ImGuiStyle*) {} #endif