summaryrefslogtreecommitdiffstats
path: root/src/xml/log-builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/log-builder.h')
-rw-r--r--src/xml/log-builder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xml/log-builder.h b/src/xml/log-builder.h
index dc68a4f4a..478bf295f 100644
--- a/src/xml/log-builder.h
+++ b/src/xml/log-builder.h
@@ -39,12 +39,12 @@ public:
Node *old_prev, Node *new_prev);
void setContent(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 setAttribute(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:
Event *_log;