return an IMovie instead of Bk2Movie from ImportFile
This commit is contained in:
parent
3b25fdc8ca
commit
7d554f06d3
|
@ -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 = "";
|
||||||
|
|
Loading…
Reference in New Issue