Add missing override in wxWebViewConfiguration
This commit is contained in:
parent
f24b3d5483
commit
49a3e48230
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue