Rename Method and fix error in vcxproj File

This commit is contained in:
Jan Kevin Dick
2019-11-18 11:57:58 +01:00
parent 39784f73a2
commit 51fe7836ca
3 changed files with 2 additions and 4 deletions

View File

@@ -329,7 +329,7 @@ void WinService::setFailureActions(FailureActionVector failureActions, const std
delete[] actions;
}
WinService::FailureActionTypeVector WinService::getFailureAction() const {
WinService::FailureActionTypeVector WinService::getFailureActions() const {
open();
int size = 4096;
DWORD bytesNeeded;