summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
Diffstat (limited to 'ledger.h')
-rw-r--r--ledger.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ledger.h b/ledger.h
index cc177f82..1aef2e3a 100644
--- a/ledger.h
+++ b/ledger.h
@@ -178,10 +178,7 @@ class account_t
bool valid() const;
};
-inline std::ostream& operator<<(std::ostream& out, const account_t& acct) {
- out << acct.fullname();
- return out;
-}
+std::ostream& operator<<(std::ostream& out, const account_t& account);
typedef std::list<entry_t *> entries_list;