From 9044bf168ab0d8d6df03034898b1e5a4cb1559e8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 May 2007 09:27:26 +0000 Subject: *** no comment *** --- src/journal.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/journal.h') diff --git a/src/journal.h b/src/journal.h index 04bb1d5d..51f13f42 100644 --- a/src/journal.h +++ b/src/journal.h @@ -94,10 +94,10 @@ class transaction_t : public supports_flags<> data(NULL) { TRACE_CTOR(transaction_t, "account_t *"); } - explicit transaction_t(account_t * _account, - const amount_t& _amount, - unsigned int _flags = TRANSACTION_NORMAL, - const optional _note = optional()) + explicit transaction_t(account_t * _account, + const amount_t& _amount, + unsigned int _flags = TRANSACTION_NORMAL, + const optional _note = none) : supports_flags<>(_flags), entry(NULL), state(UNCLEARED), @@ -345,7 +345,7 @@ class account_t account_t(account_t * _parent = NULL, const string& _name = "", - const optional _note = optional()) + const optional _note = none) : parent(_parent), name(_name), note(_note), depth(parent ? parent->depth + 1 : 0), data(NULL), ident(0) { TRACE_CTOR(account_t, "account_t *, const string&, const string&"); -- cgit v1.2.3