Quick gcc(4) fix

This commit is contained in:
jeblanchard 2008-05-29 01:09:38 +00:00
parent 4e65f7c885
commit 44ea956424
1 changed files with 1 additions and 1 deletions

View File

@ -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);