diff --git a/imgui_tables.cpp b/imgui_tables.cpp index 2f9bd1970..30fddf627 100644 --- a/imgui_tables.cpp +++ b/imgui_tables.cpp @@ -4252,7 +4252,7 @@ void ImGui::DebugNodeTableSettings(ImGuiTableSettings* settings, ImGuiTable* tab #else // #ifndef IMGUI_DISABLE_DEBUG_TOOLS void ImGui::DebugNodeTable(ImGuiTable*) {} -void ImGui::DebugNodeTableSettings(ImGuiTableSettings*) {} +void ImGui::DebugNodeTableSettings(ImGuiTableSettings*, ImGuiTable* table) {} #endif