wip
This commit is contained in:
parent
1383d22818
commit
77df503118
|
@ -45,7 +45,7 @@ public:
|
||||||
wxString _name;
|
wxString _name;
|
||||||
wxString _password;
|
wxString _password;
|
||||||
std::vector<struct account> _accounts;
|
std::vector<struct account> _accounts;
|
||||||
std::map<unsigned int, std::map<unsigned int, std::vector<operation> >* > _operations;
|
std::map<unsigned int, std::map<unsigned int, std::vector<struct operation> >* > _operations;
|
||||||
std::vector<struct category> _categories;
|
std::vector<struct category> _categories;
|
||||||
std::map<wxString, wxString> _preferences;
|
std::map<wxString, wxString> _preferences;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user