mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 19:39:41 +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;
|
||||
while ( getline (*textKeysFile, line) )
|
||||
{
|
||||
mTarget.mTextKeys.emplace(parseTimeSignature(line), std::move(parseTextKey(line)));
|
||||
mTarget.mTextKeys.emplace(parseTimeSignature(line), parseTextKey(line));
|
||||
}
|
||||
}
|
||||
catch (std::exception& e)
|
||||
|
|
Loading…
Reference in a new issue