summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/Storage.h')
-rw-r--r--Swiften/Elements/Storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Elements/Storage.h b/Swiften/Elements/Storage.h
index 00099c5..1458836 100644
--- a/Swiften/Elements/Storage.h
+++ b/Swiften/Elements/Storage.h
@@ -10,6 +10,8 @@ namespace Swift {
class Storage : public Payload {
public:
struct Conference {
+ Conference() : autoJoin(false) {}
+
String name;
JID jid;
bool autoJoin;