summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/simple-node.h')
-rw-r--r--src/xml/simple-node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/simple-node.h b/src/xml/simple-node.h
index 75fe1db07..f1cf78680 100644
--- a/src/xml/simple-node.h
+++ b/src/xml/simple-node.h
@@ -140,7 +140,7 @@ private:
Inkscape::Util::MutableList<AttributeRecord> _attributes;
- Inkscape::Util::SharedCStringPtr _content;
+ Inkscape::Util::shared_ptr<char> _content;
unsigned _child_count;
mutable bool _cached_positions_valid;