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-session.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/xml/simple-session.h') diff --git a/src/xml/simple-session.h b/src/xml/simple-session.h index 5e9e3a7c1..9e3693d9a 100644 --- a/src/xml/simple-session.h +++ b/src/xml/simple-session.h @@ -52,12 +52,12 @@ public: Inkscape::XML::Node *old_prev, Inkscape::XML::Node *new_prev); void notifyContentChanged(Inkscape::XML::Node &node, - Util::SharedCStringPtr old_content, - Util::SharedCStringPtr new_content); + Util::shared_ptr old_content, + Util::shared_ptr new_content); void notifyAttributeChanged(Inkscape::XML::Node &node, GQuark name, - Util::SharedCStringPtr old_value, - Util::SharedCStringPtr new_value); + Util::shared_ptr old_value, + Util::shared_ptr new_value); private: SimpleSession(SimpleSession const &); // no copy -- cgit v1.2.3