summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-04-09 19:19:30 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-04-09 19:19:30 +0000
commit352a8b65716e482c44920cc94d5f48ca5bc49068 (patch)
treeffe4dc958784862f78673d19af0d10c5aa2fa8c0 /src/xml
parentDocumentation / dropping some pointer conversions in context menu (diff)
downloadinkscape-352a8b65716e482c44920cc94d5f48ca5bc49068.tar.gz
inkscape-352a8b65716e482c44920cc94d5f48ca5bc49068.zip
cppcheck stuff
(bzr r11201)
Diffstat (limited to 'src/xml')
-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 ff1d94b0c..7cbe50dda 100644
--- a/src/xml/simple-document.h
+++ b/src/xml/simple-document.h
@@ -66,7 +66,8 @@ public:
protected:
SimpleDocument(SimpleDocument const &doc)
: Node(), SimpleNode(doc), Document(), NodeObserver(),
- _in_transaction(false) {}
+ _in_transaction(false),
+ _is_CData(false){}
SimpleNode *_duplicate(Document* /*doc*/) const
{