mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
Fix compilation on mingw
This commit is contained in:
parent
b866b2913d
commit
5dbf605c91
@ -70,7 +70,7 @@ mm_file_io_c::mm_file_io_c(const std::string &path,
|
||||
disposition = CREATE_ALWAYS;
|
||||
break;
|
||||
default:
|
||||
throw mtx::invalid_set_file_pointer;
|
||||
throw mtx::invalid_parameter_x();
|
||||
}
|
||||
|
||||
if ((MODE_WRITE == mode) || (MODE_CREATE == mode))
|
||||
|
Loading…
Reference in New Issue
Block a user