Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarJoinRequestDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarJoinRequestDialog.cpp')
-rw-r--r--source/frontend/StarJoinRequestDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarJoinRequestDialog.cpp b/source/frontend/StarJoinRequestDialog.cpp
index 9d854df..1966265 100644
--- a/source/frontend/StarJoinRequestDialog.cpp
+++ b/source/frontend/StarJoinRequestDialog.cpp
@@ -9,7 +9,7 @@
namespace Star {
-JoinRequestDialog::JoinRequestDialog() {}
+JoinRequestDialog::JoinRequestDialog() : m_confirmed(false) {}
void JoinRequestDialog::displayRequest(String const& userName, function<void(P2PJoinRequestReply)> callback) {
auto assets = Root::singleton().assets();