mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
Merge pull request #641 from cosmy1/errors-fix
Fix compilation errors when disabling test windows.
This commit is contained in:
commit
10d3da6b73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user