Skip to content

Commit

Permalink
fix: fix interaction_modal_response's ambiguous to_json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishura4 committed Oct 19, 2023
1 parent ee0b5f6 commit e395686
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/dpp/appcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ 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>::build_json;

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

0 comments on commit e395686

Please sign in to comment.