diff options
| author | MenTaLguY <mental@rydia.net> | 2006-03-15 03:22:23 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-03-15 03:22:23 +0000 |
| commit | 7663e55d418b5ea8765421c9570dba40f6bd97fd (patch) | |
| tree | 74e9eef28e3553010bb121dc4eba4cb5b59d05ff /src/xml/comment-node.h | |
| parent | differentiate _hreffed and _listening flags for color, fill, and stroke paint... (diff) | |
| download | inkscape-7663e55d418b5ea8765421c9570dba40f6bd97fd.tar.gz inkscape-7663e55d418b5ea8765421c9570dba40f6bd97fd.zip | |
shared_ptr -> ptr_shared
(bzr r240)
Diffstat (limited to 'src/xml/comment-node.h')
| -rw-r--r-- | src/xml/comment-node.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<char> content) + explicit CommentNode(Util::ptr_shared<char> content) : SimpleNode(g_quark_from_static_string("comment")) { setContent(content); |
