From Ulrich Hertlein, attached is a small fix for a mismatched function signature

This commit is contained in:
Robert Osfield
2008-08-26 08:41:30 +00:00
parent 908f49f6e3
commit 11bd5f39d4

View File

@@ -64,7 +64,7 @@
OSStatus MakeFSSpecFromPath(const char* path, FSSpec* spec);
/** opens a movie from a path */
OSStatus MakeMovieFromPath(const char* path, Movie* movie);
OSStatus MakeMovieFromPath(const char* path, Movie* movie, short& resref);
#endif