mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Fixed compilation with wxWidgets 2.4.x.
This commit is contained in:
parent
a8f797767c
commit
935ae1c8e2
@ -677,7 +677,7 @@ tab_input::select_file(bool append) {
|
||||
(capabilities[wxT("FLAC")] != wxT("true")))
|
||||
continue;
|
||||
|
||||
extensions = split(file_types[ft].extensions, wxT(" "));
|
||||
extensions = split(wxString(file_types[ft].extensions), wxU(" "));
|
||||
for (e = 0; e < extensions.size(); e++) {
|
||||
bool found;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user