1
0
Fork 1
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:
AnyOldName3 2021-02-12 19:53:21 +00:00
commit d47bd54bb5

View file

@ -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)