summaryrefslogtreecommitdiffstats
path: root/src/xml/helper-observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/helper-observer.h')
-rw-r--r--src/xml/helper-observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/helper-observer.h b/src/xml/helper-observer.h
index b4c0aba41..b06b61e9c 100644
--- a/src/xml/helper-observer.h
+++ b/src/xml/helper-observer.h
@@ -24,8 +24,8 @@ public:
void notifyChildAdded(Node&, Node&, Node*);
void notifyChildRemoved(Node&, Node&, Node*);
void notifyChildOrderChanged(Node&, Node&, Node*, Node*);
- void notifyContentChanged(Node&, Util::ptr_shared<char>, Util::ptr_shared<char>);
- void notifyAttributeChanged(Node&, GQuark, Util::ptr_shared<char>, Util::ptr_shared<char>);
+ void notifyContentChanged(Node&, Util::ptr_shared, Util::ptr_shared);
+ void notifyAttributeChanged(Node&, GQuark, Util::ptr_shared, Util::ptr_shared);
sigc::signal<void>& signal_changed();
private:
sigc::signal<void> _signal_changed;