mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-30 12:11:34 +00:00
silenced a warning
(cherry picked from commit 9cf793c0b5
)
Conflicts:
apps/opencs/model/doc/document.cpp
This commit is contained in:
parent
72aa998261
commit
81188a3456
1 changed files with 1 additions and 1 deletions
|
@ -2258,7 +2258,7 @@ CSMDoc::Document::Document (const Files::ConfigurationManager& configuration,
|
|||
mSaving (&mSavingOperation),
|
||||
mResDir(resDir),
|
||||
mRunner (mProjectPath), mPhysics(boost::shared_ptr<CSVWorld::PhysicsSystem>()),
|
||||
mIdCompletionManager(mData), mDirty (false)
|
||||
mDirty (false), mIdCompletionManager(mData)
|
||||
{
|
||||
if (mContentFiles.empty())
|
||||
throw std::runtime_error ("Empty content file sequence");
|
||||
|
|
Loading…
Reference in a new issue