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:
@ -26,10 +26,10 @@ class MainMessageLoopMultithreadedGtk : public MainMessageLoop {
|
||||
~MainMessageLoopMultithreadedGtk();
|
||||
|
||||
// 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;
|
||||
|
||||
private:
|
||||
static int TriggerRunTasks(void* self);
|
||||
|
Reference in New Issue
Block a user