From 4b5a4cae09d0efd32c64b510490672d35bbccb51 Mon Sep 17 00:00:00 2001 From: cosmy1 Date: Mon, 9 May 2016 00:21:05 +0200 Subject: [PATCH] Fix compilation errors when disabling test windows. --- imgui_demo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui_demo.cpp b/imgui_demo.cpp index c19e2b5b..cdeb2cef 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -2459,7 +2459,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