X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fbinaryparser.h;h=2cdfbbeaba296e919ff68abb92015eb2647fbf38;hp=f6736faa0a0fb701cbfd4867245993e8855d21a5;hb=35d0da96bad97214376f18d15078e6d731e6f219;hpb=3b0d6fb8462bf87956099365d02ebb28435509cd 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