summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-15 17:43:58 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-15 17:43:58 -0400
commit0b206e86ef97f484423de2df50f56327a3b39cb9 (patch)
tree5b56fc8e3b7d09a557c0808c87bee1466671927e /src/account.h
parente18749dec9bb2ab9d041ec231e56768e39623b00 (diff)
downloadfork-ledger-0b206e86ef97f484423de2df50f56327a3b39cb9.tar.gz
fork-ledger-0b206e86ef97f484423de2df50f56327a3b39cb9.tar.bz2
fork-ledger-0b206e86ef97f484423de2df50f56327a3b39cb9.zip
Added a forward declaration for session_t.
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account.h b/src/account.h
index 6b3ea656..6bd11704 100644
--- a/src/account.h
+++ b/src/account.h
@@ -38,6 +38,7 @@
namespace ledger {
class account_t;
+class session_t;
typedef std::map<const string, account_t *> accounts_map;