mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 06:59:55 +00:00
fix msvc build
This commit is contained in:
parent
9f4322951f
commit
3581f1b724
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ CS::Editor::Editor(int argc, char** argv)
|
|||
, mSettingsState(mCfgMgr)
|
||||
, mDocumentManager(mCfgMgr)
|
||||
, mPid(std::filesystem::temp_directory_path() / "openmw-cs.pid")
|
||||
, mLockFile(QFileInfo(mPid.c_str()).absoluteFilePath() + ".lock")
|
||||
, mLockFile(QFileInfo(QString::fromStdString(mPid.string())).absoluteFilePath() + ".lock")
|
||||
, mMerge(mDocumentManager)
|
||||
, mIpcServerName("org.openmw.OpenCS")
|
||||
, mServer(nullptr)
|
||||
|
|
Loading…
Reference in a new issue