return an IMovie instead of Bk2Movie from ImportFile

This commit is contained in:
adelikat 2019-10-29 17:19:44 -05:00
parent 3b25fdc8ca
commit 7d554f06d3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace BizHawk.Client.Common
} }
// Attempt to import another type of movie file into a movie object. // Attempt to import another type of movie file into a movie object.
public static Bk2Movie ImportFile(string path, out string errorMsg, out string warningMsg) public static IMovie ImportFile(string path, out string errorMsg, out string warningMsg)
{ {
errorMsg = ""; errorMsg = "";
warningMsg = ""; warningMsg = "";