Use the same type as the declaration.

This commit is contained in:
riccardom 2009-10-31 17:05:30 +00:00
parent ffb0c189e4
commit 49043c097c
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ static bool FCEUMOV_PostLoad(void)
}
bool FCEUI_MovieGetInfo(std::istream* fp, MOVIE_INFO& info, bool skipFrameCount)
bool FCEUI_MovieGetInfo(EMUFILE* fp, MOVIE_INFO& info, bool skipFrameCount)
{
//MovieData md;
//if(!LoadFM2(md, fp, INT_MAX, skipFrameCount))