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=991c4e5902ba3fc4de818d4d124dccb10dfb5d52$
// $hash=d1d4c09997abad1508d0815178a731f57c297320$
//
#ifndef CEF_LIBCEF_DLL_CTOCPP_PRINT_DIALOG_CALLBACK_CTOCPP_H_
@@ -35,8 +35,8 @@ class CefPrintDialogCallbackCToCpp
virtual ~CefPrintDialogCallbackCToCpp();
// CefPrintDialogCallback methods.
void Continue(CefRefPtr<CefPrintSettings> settings) OVERRIDE;
void Cancel() OVERRIDE;
void Continue(CefRefPtr<CefPrintSettings> settings) override;
void Cancel() override;
};
#endif // CEF_LIBCEF_DLL_CTOCPP_PRINT_DIALOG_CALLBACK_CTOCPP_H_