diff options
author | FearlessTobi <thm.frey@gmail.com> | 2022-07-25 17:08:20 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-07-25 21:59:31 +0200 |
commit | 6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b (patch) | |
tree | b70962e3698930c5b06d777bd912caa89a912391 /src/common/announce_multiplayer_room.h | |
parent | yuzu_cmd: Fix compilation (diff) | |
download | yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.tar yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.tar.gz yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.tar.bz2 yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.tar.lz yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.tar.xz yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.tar.zst yuzu-6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/announce_multiplayer_room.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/announce_multiplayer_room.h b/src/common/announce_multiplayer_room.h index a9e2f89b7..11a80aa8e 100644 --- a/src/common/announce_multiplayer_room.h +++ b/src/common/announce_multiplayer_room.h @@ -43,7 +43,7 @@ struct Room { RoomInformation information; std::string id; - std::string verify_UID; ///< UID used for verification + std::string verify_uid; ///< UID used for verification std::string ip; u32 net_version; bool has_password; |