--- linuxsampler/trunk/src/engines/sfz/sfz.h 2010/02/03 08:42:38 2057 +++ linuxsampler/trunk/src/engines/sfz/sfz.h 2010/02/14 11:40:49 2058 @@ -483,8 +483,7 @@ private: void push_header(std::string token); void push_opcode(std::string token); - int parseInt(std::string value); - float parseFloat(std::string value); + int parseKey(const std::string& value); EG& eg(int x); EGNode& egnode(int x, int y);