Add missing override in wxWebViewConfiguration

This commit is contained in:
Maarten Bent 2024-02-24 20:42:30 +01:00
parent f24b3d5483
commit 49a3e48230
No known key found for this signature in database
GPG key ID: 58AAEE3F4A4FD070

View file

@ -263,7 +263,7 @@ public:
new wxWebViewConfigurationImplChromium); new wxWebViewConfigurationImplChromium);
} }
virtual void* GetNativeConfiguration() const virtual void* GetNativeConfiguration() const override
{ {
// Our "native" configuration is our own Chromium-specific class from // Our "native" configuration is our own Chromium-specific class from
// which we inherit. // which we inherit.