Fix compilation errors when disabling test windows.

features/sdl_renderer3_multiviewports
cosmy1 ago%!(EXTRA string=9 years)
parent aa11934efa
commit 4b5a4cae09
  1. 4
      imgui_demo.cpp

@ -2459,7 +2459,7 @@ static void ShowExampleAppLongText(bool* p_open)
#else #else
void ImGui::ShowTestWindow(bool*) {} void ImGui::ShowTestWindow(bool*) {}
void ImGui::ShowUserGuide(bool*) {} void ImGui::ShowUserGuide() {}
void ImGui::ShowStyleEditor(bool*) {} void ImGui::ShowStyleEditor(ImGuiStyle*) {}
#endif #endif

Loading…
Cancel
Save