diff options
Diffstat (limited to 'include/core/NodePath.hpp')
-rw-r--r-- | include/core/NodePath.hpp | 2 |
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(); }; |