mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Merge branch 'move_warning' into 'master'
Remove a new warning See merge request OpenMW/openmw!606
This commit is contained in:
commit
d47bd54bb5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ namespace Resource
|
||||||
std::string line;
|
std::string line;
|
||||||
while ( getline (*textKeysFile, line) )
|
while ( getline (*textKeysFile, line) )
|
||||||
{
|
{
|
||||||
mTarget.mTextKeys.emplace(parseTimeSignature(line), std::move(parseTextKey(line)));
|
mTarget.mTextKeys.emplace(parseTimeSignature(line), parseTextKey(line));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (std::exception& e)
|
catch (std::exception& e)
|
||||||
|
|
Loading…
Reference in a new issue