diff options
Diffstat (limited to 'src/lookup.h')
-rw-r--r-- | src/lookup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lookup.h b/src/lookup.h index 53cb5837..7776be80 100644 --- a/src/lookup.h +++ b/src/lookup.h @@ -48,8 +48,8 @@ namespace ledger { std::pair<xact_t *, account_t *> lookup_probable_account(const string& ident, - xacts_iterator& iter_func, - account_t * ref_account = NULL); + xacts_iterator& iter_func, + account_t * ref_account = NULL); } // namespace ledger |