summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/xml++.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/xml++.h')
-rw-r--r--libs/pbd/pbd/xml++.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/pbd/pbd/xml++.h b/libs/pbd/pbd/xml++.h
index f0956edd25..fa55f11c35 100644
--- a/libs/pbd/pbd/xml++.h
+++ b/libs/pbd/pbd/xml++.h
@@ -101,6 +101,9 @@ public:
XMLNode& operator= (const XMLNode& other);
+ bool operator== (const XMLNode& other) const;
+ bool operator!= (const XMLNode& other) const;
+
const std::string& name() const { return _name; }
bool is_content() const { return _is_content; }