diff options
-rw-r--r-- | Swift/Controllers/Contact.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Contact.cpp b/Swift/Controllers/Contact.cpp index be2b83a..b3e27f1 100644 --- a/Swift/Controllers/Contact.cpp +++ b/Swift/Controllers/Contact.cpp @@ -10,7 +10,7 @@ namespace Swift { -Contact::Contact() { +Contact::Contact() : statusType(StatusShow::None) { } Contact::Contact(const std::string& name, const JID& jid, StatusShow::Type statusType, const boost::filesystem::path& path) : name(name), jid(jid), statusType(statusType), avatarPath(path) { |