diff --git a/imgui_tables.cpp b/imgui_tables.cpp index 50bb3dba9..4459340fe 100644 --- a/imgui_tables.cpp +++ b/imgui_tables.cpp @@ -4255,7 +4255,7 @@ void ImGui::DebugNodeTableSettings(ImGuiTableSettings* settings, ImGuiTable* tab #else // #ifndef IMGUI_DISABLE_DEBUG_TOOLS void ImGui::DebugNodeTable(ImGuiTable*) {} -void ImGui::DebugNodeTableSettings(ImGuiTableSettings*, ImGuiTable* table) {} +void ImGui::DebugNodeTableSettings(ImGuiTableSettings*, ImGuiTable*) {} #endif