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=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_
|
||||
|
Reference in New Issue
Block a user