summaryrefslogtreecommitdiffstats
path: root/include/core/NodePath.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/NodePath.hpp')
-rw-r--r--include/core/NodePath.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/NodePath.hpp b/include/core/NodePath.hpp
index 026414b..e9e60ac 100644
--- a/include/core/NodePath.hpp
+++ b/include/core/NodePath.hpp
@@ -36,6 +36,8 @@ public:
void operator =(const NodePath& other);
+ bool operator ==(const NodePath& other);
+
~NodePath();
};