Fixed a bug with the endpos of multiple files.

This commit is contained in:
Erik Zandvliet 2013-07-23 15:54:11 +02:00
parent b907ade842
commit fe47c9597f
2 changed files with 10 additions and 5 deletions

View file

@ -117,6 +117,7 @@ namespace DTSC {
bool atKeyframe();
void selectTracks(std::set<int> & tracks);
private:
long int endPos;
void readHeader(int pos);
std::string strbuffer;
JSON::Value jsonbuffer;