summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/JID/JID.h')
-rw-r--r--Swiften/JID/JID.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/JID/JID.h b/Swiften/JID/JID.h
index cd047c7..0f965f5 100644
--- a/Swiften/JID/JID.h
+++ b/Swiften/JID/JID.h
@@ -70,11 +70,8 @@ namespace Swift {
return a.compare(b, Swift::JID::WithResource) != 0;
}
- protected:
- void nameprepAndSetComponents(const String& node, const String& domain,
- const String& resource);
-
private:
+ void nameprepAndSetComponents(const String& node, const String& domain, const String& resource);
void initializeFromString(const String&);
private: