Skip to content

Commit

Permalink
fix: fix interaction_modal_response's ambiguous to_json (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishura4 authored Oct 19, 2023
1 parent 7150796 commit 8b877f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/dpp/appcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<interaction_modal_response>::fill_from_json;
using json_interface<interaction_modal_response>::to_json;
using json_interface<interaction_modal_response>::build_json;

/**
* @brief Custom ID for the modal form
*/
Expand Down

0 comments on commit 8b877f9

Please sign in to comment.