1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00

Fix compilation errors when disabling test windows.

This commit is contained in:
cosmy1 2016-05-09 00:21:05 +02:00
parent aa11934efa
commit 4b5a4cae09

View File

@ -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