1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 13:09:40 +00:00

Merge branch 'small_coverity_fix' into 'master'

small coverity fix

See merge request OpenMW/openmw!3424
This commit is contained in:
psi29a 2023-09-14 08:08:04 +00:00
commit 3e038d44a3

View file

@ -23,6 +23,7 @@ namespace
: ESM::RankData(data)
, mRankName(rankName)
, mFactionId(factionId)
, mRankIndex(rankIndex)
{
}
};