summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_xml.h')
-rw-r--r--protocols/JabberG/src/jabber_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_xml.h b/protocols/JabberG/src/jabber_xml.h
index d0babbcfb4..5d96ded78f 100644
--- a/protocols/JabberG/src/jabber_xml.h
+++ b/protocols/JabberG/src/jabber_xml.h
@@ -162,7 +162,7 @@ struct XCHILDNS
{
const char *name, *ns;
- __forceinline XCHILDNS(const char *_name, const char *_ns = nullptr) :
+ __forceinline XCHILDNS(const char *_name, const char *_ns) :
name(_name),
ns(_ns)
{}