1
0
Fork 0

Fix service Main

This commit is contained in:
worktycho 2015-05-15 14:54:48 +01:00 committed by tycho
parent c96849f431
commit 0da8c7392e
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ DWORD WINAPI serviceWorkerThread(LPVOID lpParam)
UNREFERENCED_PARAMETER(lpParam);
// Do the normal startup
universalMain();
universalMain(cpp14::make_unique<cMemorySettingsRepository>());
return ERROR_SUCCESS;
}