summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_stanza.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/xmpp_stanza.hpp')
-rw-r--r--src/xmpp/xmpp_stanza.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp_stanza.hpp b/src/xmpp/xmpp_stanza.hpp
index 1c63b86..9dee51f 100644
--- a/src/xmpp/xmpp_stanza.hpp
+++ b/src/xmpp/xmpp_stanza.hpp
@@ -85,7 +85,7 @@ public:
*/
void close();
XmlNode* get_parent() const;
- const std::string& get_name() const;
+ const std::string get_name() const;
/**
* Serialize the stanza into a string
*/