summaryrefslogtreecommitdiff
path: root/src/network/room.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/network/room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/room.cpp b/src/network/room.cpp
index dc5dbce7f..e456ea09c 100644
--- a/src/network/room.cpp
+++ b/src/network/room.cpp
@@ -27,7 +27,7 @@ public:
27 std::atomic<State> state{State::Closed}; ///< Current state of the room. 27 std::atomic<State> state{State::Closed}; ///< Current state of the room.
28 RoomInformation room_information; ///< Information about this room. 28 RoomInformation room_information; ///< Information about this room.
29 29
30 std::string verify_uid; ///< A GUID which may be used for verfication. 30 std::string verify_uid; ///< A GUID which may be used for verification.
31 mutable std::mutex verify_uid_mutex; ///< Mutex for verify_uid 31 mutable std::mutex verify_uid_mutex; ///< Mutex for verify_uid
32 32
33 std::string password; ///< The password required to connect to this room. 33 std::string password; ///< The password required to connect to this room.