First version of statistics (very ugly code)
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user