aboutsummaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db.h')
-rw-r--r--db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.h b/db.h
index 72fe0d9fac..c9c40d58c6 100644
--- a/db.h
+++ b/db.h
@@ -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);