First version of statistics (very ugly code)

This commit is contained in:
2010-08-17 18:59:19 +02:00
parent 023b1def9d
commit 74c401c8c7
15 changed files with 417 additions and 21 deletions

View File

@@ -70,7 +70,7 @@ wxString User::GetCategoryId(wxString& catName)
return wxT("0") ;
}
wxString User::GetAccountName(wxString& accountId)
wxString User::GetAccountName(const wxString& accountId)
{
std::vector<Account>::iterator it;
for (it=_accounts.begin(); it !=_accounts.end(); it++)