aboutsummaryrefslogtreecommitdiff
path: root/src/yuescript/ast.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/yuescript/ast.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/ast.hpp b/src/yuescript/ast.hpp
index 0636a74..6f89b52 100644
--- a/src/yuescript/ast.hpp
+++ b/src/yuescript/ast.hpp
@@ -364,7 +364,7 @@ private:
364 364
365class _ast_list : public ast_member { 365class _ast_list : public ast_member {
366public: 366public:
367 ~_ast_list() { 367 ~_ast_list() {
368 clear(); 368 clear();
369 } 369 }
370 370