mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Replace OVERRIDE with override (see issue #3140)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=333ff5ff1b7dacb0ef4aa1f025d97babd4c2f252$
|
||||
// $hash=5eae6e5926edbbf4df1483890810048bd7883be4$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_FILE_DIALOG_CALLBACK_CTOCPP_H_
|
||||
@@ -37,8 +37,8 @@ class CefFileDialogCallbackCToCpp
|
||||
|
||||
// CefFileDialogCallback methods.
|
||||
void Continue(int selected_accept_filter,
|
||||
const std::vector<CefString>& file_paths) OVERRIDE;
|
||||
void Cancel() OVERRIDE;
|
||||
const std::vector<CefString>& file_paths) override;
|
||||
void Cancel() override;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_DLL_CTOCPP_FILE_DIALOG_CALLBACK_CTOCPP_H_
|
||||
|
Reference in New Issue
Block a user