Skip to content

Commit

Permalink
Internal. Fix func signature in cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed May 26, 2019
1 parent 5e15658 commit 0fc185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/EnvVar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void CEnvRestorer::SavePathVar(const wchar_t* asCurPath)
}
}

void CEnvRestorer::SaveEnvVar(LPCWSTR asVarName, LPCWSTR asNewValue)
void CEnvRestorer::SaveEnvVar(const wchar_t* asVarName, const wchar_t* asNewValue)
{
if (!asVarName || !*asVarName)
return;
Expand Down

0 comments on commit 0fc185f

Please sign in to comment.