diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-09 19:19:30 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-09 19:19:30 +0000 |
| commit | 352a8b65716e482c44920cc94d5f48ca5bc49068 (patch) | |
| tree | ffe4dc958784862f78673d19af0d10c5aa2fa8c0 /src/xml | |
| parent | Documentation / dropping some pointer conversions in context menu (diff) | |
| download | inkscape-352a8b65716e482c44920cc94d5f48ca5bc49068.tar.gz inkscape-352a8b65716e482c44920cc94d5f48ca5bc49068.zip | |
cppcheck stuff
(bzr r11201)
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/simple-document.h | 3 |
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 { |
