From 7663e55d418b5ea8765421c9570dba40f6bd97fd Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Wed, 15 Mar 2006 03:22:23 +0000 Subject: shared_ptr -> ptr_shared (bzr r240) --- 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 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 content) + explicit CommentNode(Util::ptr_shared content) : SimpleNode(g_quark_from_static_string("comment")) { setContent(content); -- cgit v1.2.3