Fix typo in wxWebViewEdgeImpl::Uninitialize() name
As this is a private header, we can fix this without any compatibility concerns. Thanks codespell for finding it.
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
|||||||
|
|
||||||
static bool Initialize();
|
static bool Initialize();
|
||||||
|
|
||||||
static void Uninitalize();
|
static void Uninitialize();
|
||||||
|
|
||||||
friend class wxWebViewEdgeModule;
|
friend class wxWebViewEdgeModule;
|
||||||
};
|
};
|
||||||
|
@@ -135,7 +135,7 @@ bool wxWebViewEdgeImpl::Initialize()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxWebViewEdgeImpl::Uninitalize()
|
void wxWebViewEdgeImpl::Uninitialize()
|
||||||
{
|
{
|
||||||
if (ms_isAvailable == 1)
|
if (ms_isAvailable == 1)
|
||||||
{
|
{
|
||||||
@@ -861,7 +861,7 @@ public:
|
|||||||
|
|
||||||
virtual void OnExit() wxOVERRIDE
|
virtual void OnExit() wxOVERRIDE
|
||||||
{
|
{
|
||||||
wxWebViewEdgeImpl::Uninitalize();
|
wxWebViewEdgeImpl::Uninitialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user