Merge branch 'fix_msvc' into 'master'

fix msvc build

See merge request OpenMW/openmw!2968
use_std_locale
psi29a 1 year ago
commit b89594b66f

@ -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(Files::pathToQString(mPid)).absoluteFilePath() + ".lock")
, mMerge(mDocumentManager)
, mIpcServerName("org.openmw.OpenCS")
, mServer(nullptr)

Loading…
Cancel
Save