IsAccessibilitySupportEnabled -> isAccessibilitySupportEnabled
This commit is contained in:
parent
46a1e0382d
commit
131bff48ea
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ void App::BuildPrototype(
|
||||||
.SetMethod("makeSingleInstance", &App::MakeSingleInstance)
|
.SetMethod("makeSingleInstance", &App::MakeSingleInstance)
|
||||||
.SetMethod("releaseSingleInstance", &App::ReleaseSingleInstance)
|
.SetMethod("releaseSingleInstance", &App::ReleaseSingleInstance)
|
||||||
.SetMethod("relaunch", &App::Relaunch)
|
.SetMethod("relaunch", &App::Relaunch)
|
||||||
.SetMethod("IsAccessibilitySupportEnabled",
|
.SetMethod("isAccessibilitySupportEnabled",
|
||||||
&App::IsAccessibilitySupportEnabled)
|
&App::IsAccessibilitySupportEnabled)
|
||||||
.SetMethod("disableHardwareAcceleration",
|
.SetMethod("disableHardwareAcceleration",
|
||||||
&App::DisableHardwareAcceleration);
|
&App::DisableHardwareAcceleration);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue