summaryrefslogtreecommitdiff
path: root/src/csv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/csv.cc')
-rw-r--r--src/csv.cc2
1 files changed, 1 insertions, 1 deletions
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<int>::size_type n = 0;
amount_t amt;
string total;