X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftextparser.h;h=e8c89227ddc7300b7e745faca33a3f08c0089b8b;hb=b39ce68f12c30eedb272b65fe78baec5864d89ca;hp=eb452330136fa99d93535fed9d0cb0b194698cea;hpb=5c98c1f499413c41fd46ddf71a46b481338d7d6b;p=libs%2Fdatafile.git diff --git a/source/textparser.h b/source/textparser.h index eb45233..e8c8922 100644 --- a/source/textparser.h +++ b/source/textparser.h @@ -6,7 +6,7 @@ namespace Msp { namespace DataFile { -class Token; +struct Token; class TextParser: public ParserMode { @@ -19,8 +19,6 @@ protected: Token parse_token(); bool is_delimiter(int); bool isodigit(int); - std::string get_location(); - void parse_error(int, const char *); }; } // namespace DataFile