summaryrefslogtreecommitdiff
path: root/gnucash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnucash.h')
-rw-r--r--gnucash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnucash.h b/gnucash.h
index 299acdc7..a0d9fb18 100644
--- a/gnucash.h
+++ b/gnucash.h
@@ -32,9 +32,9 @@ struct gnucash_parser_t : public parser_t
std::istream * instreamp;
unsigned int offset;
XML_Parser parser;
- string path;
+ string path;
unsigned int src_idx;
- istream_pos_type beg_pos;
+ unsigned long beg_pos;
unsigned long beg_line;
transaction_t::state_t curr_state;