diff options
Diffstat (limited to 'components/friendslist.hpp')
-rw-r--r-- | components/friendslist.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/friendslist.hpp b/components/friendslist.hpp index 5582e26..174055f 100644 --- a/components/friendslist.hpp +++ b/components/friendslist.hpp @@ -30,6 +30,7 @@ private: void OnRelationshipAdd(const RelationshipAddData &data); void OnRelationshipRemove(Snowflake id, RelationshipType type); + void OnActionAccept(Snowflake id); void OnActionRemove(Snowflake id); enum FilterMode { |