X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.h;h=2cdfbbeaba296e919ff68abb92015eb2647fbf38;hb=8d6360cbcd8fe92d97dcba5e68e3adb6f2c0c3bc;hp=f6736faa0a0fb701cbfd4867245993e8855d21a5;hpb=7df5e45c7f414f6a07681dc4ec2abb63b091a309;p=libs%2Fdatafile.git diff --git a/source/binaryparser.h b/source/binaryparser.h index f6736fa..2cdfbbe 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -32,7 +32,6 @@ private: std::string parse_string(); bool parse_bool(); std::string parse_enum(); - const std::string &lookup_string(unsigned) const; }; } // namespace DataFile