From 8b877f9bf602cbe1acf0765e27a94994d4012549 Mon Sep 17 00:00:00 2001 From: Miuna <809711+Mishura4@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:02:06 -0400 Subject: [PATCH] fix: fix interaction_modal_response's ambiguous to_json (#956) --- include/dpp/appcommand.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dpp/appcommand.h b/include/dpp/appcommand.h index 96f7b2cd66..10d49456dc 100644 --- a/include/dpp/appcommand.h +++ b/include/dpp/appcommand.h @@ -426,6 +426,10 @@ struct DPP_EXPORT interaction_modal_response : public interaction_response, publ virtual json to_json_impl(bool with_id = false) const; public: + using json_interface::fill_from_json; + using json_interface::to_json; + using json_interface::build_json; + /** * @brief Custom ID for the modal form */