aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/Room.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dchat/Room.hpp')
-rw-r--r--include/dchat/Room.hpp2
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;
};