diff options
Diffstat (limited to 'db.h')
-rw-r--r-- | db.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ public: bool ReadAccount(const string& strAccount, CAccount& account); bool WriteAccount(const string& strAccount, const CAccount& account); - bool WriteAccountingEntry(const string& strAccount, const CAccountingEntry& acentry); + bool WriteAccountingEntry(const CAccountingEntry& acentry); int64 GetAccountCreditDebit(const string& strAccount); void ListAccountCreditDebit(const string& strAccount, list<CAccountingEntry>& acentries); |