Changed a use of int to std::vector<int>::size_type
This commit is contained in:
parent
68fa8600ee
commit
c90027eef9
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ xact_t * csv_reader::read_xact(journal_t& journal, account_t * bucket)
|
|||
post->set_state(item_t::CLEARED);
|
||||
post->account = NULL;
|
||||
|
||||
int n = 0;
|
||||
std::vector<int>::size_type n = 0;
|
||||
amount_t amt;
|
||||
string total;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue