diff --git a/implot_demo.cpp b/implot_demo.cpp index 3af0076..3d70b6f 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -235,7 +235,7 @@ void ModSelector(const char* label, ImGuiModFlags* k) { ImGui::PopID(); } -void InputMapping(const char* label, ImGuiMouseButton* b, ImGuiKeyModFlags* k) { +void InputMapping(const char* label, ImGuiMouseButton* b, ImGuiModFlags* k) { ImGui::LabelText("##","%s",label); if (b != NULL) { ImGui::SameLine(100);