diff --git a/src/common/webview_chromium.cpp b/src/common/webview_chromium.cpp index 5bb4b11721..e958d605cc 100644 --- a/src/common/webview_chromium.cpp +++ b/src/common/webview_chromium.cpp @@ -263,7 +263,7 @@ public: new wxWebViewConfigurationImplChromium); } - virtual void* GetNativeConfiguration() const + virtual void* GetNativeConfiguration() const override { // Our "native" configuration is our own Chromium-specific class from // which we inherit.