X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fxml%2Flog-builder.h;h=478bf295fd1b9a8de33837706e9e30cb21fb5904;hb=8a539cb9d32e7082b6a2774815acc2eccc5e1694;hp=1f1ea1959423d39d6f78da1e6e0a03b0be67b617;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/xml/log-builder.h b/src/xml/log-builder.h index 1f1ea1959..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::SharedCStringPtr old_content, - Util::SharedCStringPtr new_content); + Util::ptr_shared old_content, + Util::ptr_shared new_content); void setAttribute(Node &node, GQuark name, - Util::SharedCStringPtr old_value, - Util::SharedCStringPtr new_value); + Util::ptr_shared old_value, + Util::ptr_shared new_value); private: Event *_log;