From c90027eef97abfc41938daee5f5110d8ecdd6689 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 10 Feb 2012 20:09:26 -1000 Subject: Changed a use of int to std::vector::size_type --- src/csv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/csv.cc') diff --git a/src/csv.cc b/src/csv.cc index 20a18eeb..f5b72ecf 100644 --- a/src/csv.cc +++ b/src/csv.cc @@ -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::size_type n = 0; amount_t amt; string total; -- cgit v1.2.3