From 7a6a1baa2b891c16edd7fbb86be3179f92adaee2 Mon Sep 17 00:00:00 2001 From: Joseph Da Silva Date: Wed, 20 Mar 2019 21:22:46 +0530 Subject: Fixed: circles and ellipses had wrong element names in XML editor (Issue #116) --- src/xml/simple-document.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml/simple-document.h') 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(), -- cgit v1.2.3