X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftextparser.h;h=1eec9c6f0e8a97fe4a8adcf015277b95e0cd937f;hb=708ef339d3e4d3661c8b3a75e3b01bafbed0f568;hp=eb452330136fa99d93535fed9d0cb0b194698cea;hpb=5c98c1f499413c41fd46ddf71a46b481338d7d6b;p=libs%2Fdatafile.git diff --git a/source/textparser.h b/source/textparser.h index eb45233..1eec9c6 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,7 @@ protected: Token parse_token(); bool is_delimiter(int); bool isodigit(int); - std::string get_location(); - void parse_error(int, const char *); + static std::string base64_decode(const std::string &); }; } // namespace DataFile