Make Process::location static.
This commit is contained in:
parent
c44ae06d54
commit
bdf12bca0f
4 changed files with 13 additions and 7 deletions
|
@ -127,7 +127,7 @@ private:
|
|||
return config.release();
|
||||
}
|
||||
|
||||
chain.addFile(process->location(Process::ExeLocation, "config.json"));
|
||||
chain.addFile(Process::location(Process::ExeLocation, "config.json"));
|
||||
|
||||
if (read(chain, config)) {
|
||||
return config.release();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue