diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/yuescript/parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuescript/parser.cpp b/src/yuescript/parser.cpp index 0fc1c1e..25b735e 100644 --- a/src/yuescript/parser.cpp +++ b/src/yuescript/parser.cpp | |||
@@ -1224,8 +1224,8 @@ rule::rule(const expr& e) | |||
1224 | */ | 1224 | */ |
1225 | rule::rule(const char* name, rule::initTag) | 1225 | rule::rule(const char* name, rule::initTag) |
1226 | : m_expr(nullptr) | 1226 | : m_expr(nullptr) |
1227 | , m_parse_proc(nullptr) | 1227 | , m_name(name) |
1228 | , m_name(name) { } | 1228 | , m_parse_proc(nullptr) { } |
1229 | 1229 | ||
1230 | #endif // NDEBUG | 1230 | #endif // NDEBUG |
1231 | 1231 | ||