summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/files/talk/xmllite/qname.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjingle/files/talk/xmllite/qname.h')
-rw-r--r--third_party/libjingle/files/talk/xmllite/qname.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libjingle/files/talk/xmllite/qname.h b/third_party/libjingle/files/talk/xmllite/qname.h
index b1bcec6..3e64726 100644
--- a/third_party/libjingle/files/talk/xmllite/qname.h
+++ b/third_party/libjingle/files/talk/xmllite/qname.h
@@ -61,9 +61,9 @@ public:
class Data {
public:
Data(const std::string & ns, const std::string & local) :
- refcount_(1),
namespace_(ns),
- localPart_(local) {}
+ localPart_(local),
+ refcount_(1) {}
Data() : refcount_(0) {}