summaryrefslogtreecommitdiffstats
path: root/src/xml/composite-node-observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/composite-node-observer.h')
-rw-r--r--src/xml/composite-node-observer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/composite-node-observer.h b/src/xml/composite-node-observer.h
index 73d0b1442..96f1c9144 100644
--- a/src/xml/composite-node-observer.h
+++ b/src/xml/composite-node-observer.h
@@ -80,6 +80,8 @@ public:
Util::ptr_shared old_value,
Util::ptr_shared new_value) override;
+ void notifyElementNameChanged(Node& node, GQuark old_name, GQuark new_name) override;
+
private:
unsigned _iterating;
ObserverRecordList _active;