Browse Source

Merge pull request #641 from cosmy1/errors-fix

Fix compilation errors when disabling test windows.
pull/663/head
omar 9 years ago
parent
commit
10d3da6b73
  1. 4
      imgui_demo.cpp

4
imgui_demo.cpp

@ -2461,7 +2461,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