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:
@@ -230,7 +230,7 @@ class ClientDownloadImageCallback : public CefDownloadImageCallback {
|
||||
|
||||
void OnDownloadImageFinished(const CefString& image_url,
|
||||
int http_status_code,
|
||||
CefRefPtr<CefImage> image) OVERRIDE {
|
||||
CefRefPtr<CefImage> image) override {
|
||||
if (image)
|
||||
client_handler_->NotifyFavicon(image);
|
||||
}
|
||||
|
Reference in New Issue
Block a user