Changed a use of int to std::vector<int>::size_type

This commit is contained in:
John Wiegley 2012-02-10 20:09:26 -10:00
parent 68fa8600ee
commit c90027eef9

View file

@ -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;