Fixed unused parameter 'table'. (#9447, #9446)

This commit is contained in:
Brenton Bostick 2026-06-17 06:51:54 -04:00 • committed by GitHub
parent 138c0e6c7d
commit b47a3898b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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