summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/simple-document.h')
-rw-r--r--src/xml/simple-document.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/simple-document.h b/src/xml/simple-document.h
index 2b55a86bc..5dc175093 100644
--- a/src/xml/simple-document.h
+++ b/src/xml/simple-document.h
@@ -61,6 +61,8 @@ public:
Util::ptr_shared old_value,
Util::ptr_shared new_value) override;
+ void notifyElementNameChanged(Node& node, GQuark old_name, GQuark new_name) override;
+
protected:
SimpleDocument(SimpleDocument const &doc)
: Node(), SimpleNode(doc), Document(), NodeObserver(),