X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Ftextparser.h;h=bfae4af2e6389fd15203cfa13866bd32e8ebab9b;hp=a260cd8f2e5d5a58df3f0156c552fa49c5ecaa18;hb=256f7238bc60d6dcc31a564988f5cc02a60c4537;hpb=e26f7e98e5d8a5666192a43348b3ca7a35f6b860 diff --git a/source/textparser.h b/source/textparser.h index a260cd8..bfae4af 100644 --- a/source/textparser.h +++ b/source/textparser.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspdatafile -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -26,7 +26,7 @@ protected: bool is_delimiter(int); bool isodigit(int); std::string get_location(); - void parse_error(int, int); + void parse_error(int, const char *); }; } // namespace DataFile