diff options
Diffstat (limited to 'src/xml/simple-document.h')
| -rw-r--r-- | src/xml/simple-document.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/simple-document.h b/src/xml/simple-document.h index c8ee4d9b4..11d0ef4a2 100644 --- a/src/xml/simple-document.h +++ b/src/xml/simple-document.h @@ -29,8 +29,8 @@ class SimpleDocument : public SimpleNode, public NodeObserver { public: - explicit SimpleDocument(int code) - : SimpleNode(code), _in_transaction(false) + explicit SimpleDocument() + : SimpleNode(g_quark_from_static_string("xml")), _in_transaction(false) { _initBindings(); } |
