diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-23 02:11:58 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-23 02:11:58 -0400 |
commit | 1091f0d07b8fae388202a449239e8de321545a2a (patch) | |
tree | c96ec5bc1d63f80b31284c502094db969720f741 /main.cc | |
parent | 6365b8b7a807351209330ba65b05e612c5901908 (diff) | |
download | fork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.tar.gz fork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.tar.bz2 fork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.zip |
slight cleanup
Diffstat (limited to 'main.cc')
-rw-r--r-- | main.cc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,6 +19,7 @@ using namespace ledger; #include <iostream> #include <fstream> +#include <sstream> #include <memory> #include <algorithm> #include <iterator> @@ -76,7 +77,8 @@ namespace std { static void regexps_to_predicate(std::list<std::string>::const_iterator begin, std::list<std::string>::const_iterator end, - config_t * config, const bool account_regexp = false, + config_t * config, + const bool account_regexp = false, const bool add_account_short_masks = false) { std::vector<std::string> regexps(2); |