mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-14 12:43:06 +00:00
silenced a warning
This commit is contained in:
parent
40753aa9a3
commit
9cf793c0b5
1 changed files with 1 additions and 1 deletions
|
|
@ -2256,7 +2256,7 @@ CSMDoc::Document::Document (const VFS::Manager* vfs, const Files::ConfigurationM
|
||||||
mSavingOperation (*this, mProjectPath, encoding),
|
mSavingOperation (*this, mProjectPath, encoding),
|
||||||
mSaving (&mSavingOperation),
|
mSaving (&mSavingOperation),
|
||||||
mResDir(resDir),
|
mResDir(resDir),
|
||||||
mRunner (mProjectPath), mIdCompletionManager(mData), mDirty (false)
|
mRunner (mProjectPath), mDirty (false), mIdCompletionManager(mData)
|
||||||
{
|
{
|
||||||
if (mContentFiles.empty())
|
if (mContentFiles.empty())
|
||||||
throw std::runtime_error ("Empty content file sequence");
|
throw std::runtime_error ("Empty content file sequence");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue