mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Prefix functions from the std library with std::
This commit is contained in:
parent
071ffb43d3
commit
8380a76147
@ -1681,7 +1681,7 @@ mmg_dialog::create_header_editor_window(const wxString &file_name) {
|
||||
|
||||
void
|
||||
mmg_dialog::header_editor_frame_closed(header_editor_frame_c *frame) {
|
||||
header_editor_frames.erase(find(header_editor_frames.begin(), header_editor_frames.end(), frame));
|
||||
header_editor_frames.erase(mxfind(frame, header_editor_frames));
|
||||
}
|
||||
|
||||
#if defined(HAVE_CURL_EASY_H)
|
||||
|
Loading…
Reference in New Issue
Block a user