Quick gcc(4) fix
This commit is contained in:
parent
4e65f7c885
commit
44ea956424
|
@ -96,7 +96,7 @@ public:
|
|||
};
|
||||
|
||||
void truncateAt(int frame);
|
||||
void MovieData::installDictionary(TDictionary& dictionary);
|
||||
void installDictionary(TDictionary& dictionary);
|
||||
void dump(FILE *fp);
|
||||
int dumpLen();
|
||||
void clearRecordRange(int start, int len);
|
||||
|
|
Loading…
Reference in New Issue