X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftextparser.h;h=bfae4af2e6389fd15203cfa13866bd32e8ebab9b;hb=52e6bd3e02522f68166c70f83d2ef3d7cf0c15ff;hp=9dfcf6d2b13208df717b6cf0f9c84a573674adb8;hpb=27630d44298cb67e075c166f4421288cc8ca117e;p=libs%2Fdatafile.git diff --git a/source/textparser.h b/source/textparser.h index 9dfcf6d..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 */ @@ -25,9 +25,8 @@ protected: Token parse_token(); bool is_delimiter(int); bool isodigit(int); - std::string unescape_string(const std::string &); std::string get_location(); - void parse_error(int, int); + void parse_error(int, const char *); }; } // namespace DataFile