This commit is contained in:
Paul Betts 2015-10-19 17:36:21 -07:00
parent cdd51fa96d
commit b02f89e63b

View file

@ -311,7 +311,7 @@ mate::ObjectTemplateBuilder App::GetObjectTemplateBuilder(
.SetMethod("allowNTLMCredentialsForAllDomains",
&App::AllowNTLMCredentialsForAllDomains)
.SetMethod("getLocale", &App::GetLocale)
.SetMethod("MakeSingleInstance", &App::MakeSingleInstance)
.SetMethod("makeSingleInstance", &App::MakeSingleInstance)
.SetProperty("defaultSession", &App::DefaultSession);
}