From 352a8b65716e482c44920cc94d5f48ca5bc49068 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Mon, 9 Apr 2012 21:19:30 +0200 Subject: cppcheck stuff (bzr r11201) --- src/xml/simple-document.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xml/simple-document.h') 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 { -- cgit v1.2.3