diff options
Diffstat (limited to 'src/expr.h')
-rw-r--r-- | src/expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -194,6 +194,7 @@ public: string term; string base_expr; string merge_operator; + std::list<string> exprs; merged_expr_t(const string& _term, const string& expr, |