diff options
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/JID/JID.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/JID/JID.h b/Swiften/JID/JID.h index 78136ff..4a71841 100644 --- a/Swiften/JID/JID.h +++ b/Swiften/JID/JID.h @@ -15,8 +15,8 @@ namespace Swift { WithResource, WithoutResource }; - explicit JID(const std::string& = std::string()); - explicit JID(const char*); + JID(const std::string& = std::string()); + JID(const char*); JID(const std::string& node, const std::string& domain); JID(const std::string& node, const std::string& domain, const std::string& resource); |