aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStanza_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppStanza_p.h')
-rw-r--r--src/base/QXmppStanza_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppStanza_p.h b/src/base/QXmppStanza_p.h
index 75303795..9756ba71 100644
--- a/src/base/QXmppStanza_p.h
+++ b/src/base/QXmppStanza_p.h
@@ -29,6 +29,6 @@ auto conditionFromString(const QString &string) -> std::optional<QXmppStanza::Er
auto typeToString(QXmppStanza::Error::Type type) -> QString;
auto typeFromString(const QString &string) -> std::optional<QXmppStanza::Error::Type>;
-}
+} // namespace QXmpp::Private
#endif