From 3240201de298d952a7bd41292c80fcc190dc4bf9 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 15 Jun 2026 16:37:26 +0200 Subject: [PATCH] Fixing build. --- imgui_tables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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