summaryrefslogtreecommitdiff
path: root/src/ast/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r--src/ast/path.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp
index 7eb17aab..4029f655 100644
--- a/src/ast/path.hpp
+++ b/src/ast/path.hpp
@@ -140,6 +140,7 @@ public:
private:
PathBinding m_binding;
public:
+ virtual ~Path();
// INVALID
Path():
m_class()