summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-document.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2008-06-08 19:44:26 +0000
committermental <mental@users.sourceforge.net>2008-06-08 19:44:26 +0000
commit3e9f14e201944380006bb851d40f5cacb860678d (patch)
tree05e1d487b101aead4e985c4187209cdff5bb041f /src/xml/simple-document.h
parentAdd option to either suppress path flash for items with LPE (e.g., spiro spli... (diff)
downloadinkscape-3e9f14e201944380006bb851d40f5cacb860678d.tar.gz
inkscape-3e9f14e201944380006bb851d40f5cacb860678d.zip
plumb document references a little deeper in
(bzr r5861)
Diffstat (limited to 'src/xml/simple-document.h')
-rw-r--r--src/xml/simple-document.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xml/simple-document.h b/src/xml/simple-document.h
index cadda36cb..9b3157add 100644
--- a/src/xml/simple-document.h
+++ b/src/xml/simple-document.h
@@ -30,7 +30,8 @@ class SimpleDocument : public SimpleNode,
{
public:
explicit SimpleDocument()
- : SimpleNode(g_quark_from_static_string("xml")), _in_transaction(false)
+ : SimpleNode(g_quark_from_static_string("xml"), NULL),
+ _in_transaction(false)
{
_initBindings();
}