summaryrefslogtreecommitdiffstats
path: root/src/xml/text-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/text-node.h')
-rw-r--r--src/xml/text-node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/text-node.h b/src/xml/text-node.h
index c07d70f65..bcd1c3e4f 100644
--- a/src/xml/text-node.h
+++ b/src/xml/text-node.h
@@ -23,7 +23,7 @@ namespace Inkscape {
namespace XML {
struct TextNode : public SimpleNode {
- TextNode(Util::SharedCStringPtr content)
+ TextNode(Util::shared_ptr<char> content)
: SimpleNode(g_quark_from_static_string("string"))
{
setContent(content);