From de64861182dfc9b3deaaf95846997986bca41cd9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 2 May 2007 03:05:23 +0000 Subject: Added much documentation to amount.h --- src/textual.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textual.cc') diff --git a/src/textual.cc b/src/textual.cc index da7cfbd6..0a4c7333 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -730,7 +730,7 @@ unsigned int textual_parser_t::parse(std::istream& in, case 'C': // a set of conversions if (char * p = std::strchr(line + 1, '=')) { *p++ = '\0'; - parse_conversion(line + 1, p); + amount_t::parse_conversion(line + 1, p); } break; -- cgit v1.2.3