summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-10-16 17:05:30 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-10-16 17:05:30 (GMT)
commitefd505dd4a85e696a650e29da829504cf01bb5d0 (patch)
tree82f53cb378a1d7bed936dc996eddecebda834ec8 /Swiften/Elements/Storage.h
parenta8705f484480854816bc6807f1c56b0cf987faff (diff)
downloadswift-efd505dd4a85e696a650e29da829504cf01bb5d0.zip
swift-efd505dd4a85e696a650e29da829504cf01bb5d0.tar.bz2
Fix test failures.
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;