Skip to content

Commit d959609

Browse files
committed
fix typo
1 parent 056dd45 commit d959609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/modules/DFSteam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ static bool launchDFHack(color_ostream& out) {
209209
return false;
210210
} else if (pid == 0) {
211211
// child process
212-
auto procpath = Core.getInstance().getHackPath() / "launchdf.exe";
212+
auto procpath = Core::getInstance().getHackPath() / "launchdf.exe";
213213
char * command = procpath.string().c_str();
214214
unsetenv("SteamAppId");
215215
execl(command, command, NULL);

0 commit comments

Comments
 (0)