summaryrefslogtreecommitdiff
path: root/src/expr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-07 11:31:15 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-07 11:31:15 -0600
commit77292ac3cda2f1052559991b9d53f1ad7c1fec9a (patch)
treee5188b79d32327baa75cdbe5491da008820f29b9 /src/expr.h
parent28b3453f5036c2352904c3eafd745d5b9c35c219 (diff)
downloadfork-ledger-77292ac3cda2f1052559991b9d53f1ad7c1fec9a.tar.gz
fork-ledger-77292ac3cda2f1052559991b9d53f1ad7c1fec9a.tar.bz2
fork-ledger-77292ac3cda2f1052559991b9d53f1ad7c1fec9a.zip
Whitespace fix
Diffstat (limited to 'src/expr.h')
-rw-r--r--src/expr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr.h b/src/expr.h
index 5dc6430a..cad2e90b 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -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,