Replace OVERRIDE with override (see issue #3140)

This commit is contained in:
Marshall Greenblatt
2021-06-17 15:43:06 -04:00
parent 9c7367bd4e
commit 6d80ec69d7
149 changed files with 2076 additions and 2076 deletions

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=036ba78ec1797ee75002a5562fd0b0b97dff7392$
// $hash=75100859481e72f7edaf81e712969eab01d34869$
//
#ifndef CEF_LIBCEF_DLL_CTOCPP_JSDIALOG_CALLBACK_CTOCPP_H_
@@ -35,7 +35,7 @@ class CefJSDialogCallbackCToCpp
virtual ~CefJSDialogCallbackCToCpp();
// CefJSDialogCallback methods.
void Continue(bool success, const CefString& user_input) OVERRIDE;
void Continue(bool success, const CefString& user_input) override;
};
#endif // CEF_LIBCEF_DLL_CTOCPP_JSDIALOG_CALLBACK_CTOCPP_H_