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