aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppSession.h')
-rw-r--r--source/QXmppSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppSession.h b/source/QXmppSession.h
index 02098e2f..1845bf6d 100644
--- a/source/QXmppSession.h
+++ b/source/QXmppSession.h
@@ -35,7 +35,7 @@ public:
~QXmppSession();
private:
- QByteArray toXmlElementFromChild() const;
+ void toXmlElementFromChild( QXmlStreamWriter *writer) const;
};