diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuescript/ast.hpp | 2 |
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 | ||
| 365 | class _ast_list : public ast_member { | 365 | class _ast_list : public ast_member { |
| 366 | public: | 366 | public: |
| 367 | ~_ast_list() { | 367 | ~_ast_list() { |
| 368 | clear(); | 368 | clear(); |
| 369 | } | 369 | } |
| 370 | 370 | ||
