Prefix functions from the std library with std::

This commit is contained in:
Moritz Bunkus 2011-06-23 08:24:49 +02:00
parent 071ffb43d3
commit 8380a76147

View File

@ -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)