summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-session.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-03-15 03:22:23 +0000
committermental <mental@users.sourceforge.net>2006-03-15 03:22:23 +0000
commit7663e55d418b5ea8765421c9570dba40f6bd97fd (patch)
tree74e9eef28e3553010bb121dc4eba4cb5b59d05ff /src/xml/simple-session.h
parentdifferentiate _hreffed and _listening flags for color, fill, and stroke paint... (diff)
downloadinkscape-7663e55d418b5ea8765421c9570dba40f6bd97fd.tar.gz
inkscape-7663e55d418b5ea8765421c9570dba40f6bd97fd.zip
shared_ptr -> ptr_shared
(bzr r240)
Diffstat (limited to 'src/xml/simple-session.h')
-rw-r--r--src/xml/simple-session.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xml/simple-session.h b/src/xml/simple-session.h
index 9e3693d9a..ecd61ba08 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::shared_ptr<char> old_content,
- Util::shared_ptr<char> new_content);
+ Util::ptr_shared<char> old_content,
+ Util::ptr_shared<char> new_content);
void notifyAttributeChanged(Inkscape::XML::Node &node, GQuark name,
- Util::shared_ptr<char> old_value,
- Util::shared_ptr<char> new_value);
+ Util::ptr_shared<char> old_value,
+ Util::ptr_shared<char> new_value);
private:
SimpleSession(SimpleSession const &); // no copy