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/simple-node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml/simple-node.h') diff --git a/src/xml/simple-node.h b/src/xml/simple-node.h index f1cf78680..367516ee7 100644 --- a/src/xml/simple-node.h +++ b/src/xml/simple-node.h @@ -140,7 +140,7 @@ private: Inkscape::Util::MutableList _attributes; - Inkscape::Util::shared_ptr _content; + Inkscape::Util::ptr_shared _content; unsigned _child_count; mutable bool _cached_positions_valid; -- cgit v1.2.3