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/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 75fe1db07..f1cf78680 100644 --- a/src/xml/simple-node.h +++ b/src/xml/simple-node.h @@ -140,7 +140,7 @@ private: Inkscape::Util::MutableList _attributes; - Inkscape::Util::SharedCStringPtr _content; + Inkscape::Util::shared_ptr _content; unsigned _child_count; mutable bool _cached_positions_valid; -- cgit v1.2.3