diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dchat/Room.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dchat/Room.hpp b/include/dchat/Room.hpp index 6681cdc..b27ca03 100644 --- a/include/dchat/Room.hpp +++ b/include/dchat/Room.hpp @@ -107,7 +107,7 @@ namespace dchat struct InviteUserRequest { - std::shared_ptr<Room> room; + Room *room; odhtdb::Signature::PublicKey userPublicKey; std::string message; }; |