From ccd951a0896e15fb0c1e0324438dac149707a36b Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Thu, 25 Jan 2007 04:07:20 +0000 Subject: eliminate last uses of sp_repr_new* (bzr r2283) --- src/xml/simple-document.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xml/simple-document.h') 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(); } -- cgit v1.2.3