From 4f46bb0e09ddfa540b60bd4d152385729127aceb Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 6 Feb 2006 04:15:05 +0000 Subject: replace Util::SharedCStringPtr with the more general Util::shared_ptr<> (bzr r87) --- src/xml/comment-node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml/comment-node.h') diff --git a/src/xml/comment-node.h b/src/xml/comment-node.h index dccc5e864..e41a36b59 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::SharedCStringPtr content) + explicit CommentNode(Util::shared_ptr content) : SimpleNode(g_quark_from_static_string("comment")) { setContent(content); -- cgit v1.2.3