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:
@@ -17,13 +17,13 @@ class MainMessageLoopStd : public MainMessageLoop {
|
||||
MainMessageLoopStd();
|
||||
|
||||
// MainMessageLoop methods.
|
||||
int Run() OVERRIDE;
|
||||
void Quit() OVERRIDE;
|
||||
void PostTask(CefRefPtr<CefTask> task) OVERRIDE;
|
||||
bool RunsTasksOnCurrentThread() const OVERRIDE;
|
||||
int Run() override;
|
||||
void Quit() override;
|
||||
void PostTask(CefRefPtr<CefTask> task) override;
|
||||
bool RunsTasksOnCurrentThread() const override;
|
||||
|
||||
#if defined(OS_WIN)
|
||||
void SetCurrentModelessDialog(HWND hWndDialog) OVERRIDE;
|
||||
void SetCurrentModelessDialog(HWND hWndDialog) override;
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user