1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-19 16:44:14 +00:00

Fix warning

This commit is contained in:
elsid 2018-08-18 13:35:37 +03:00
parent 4d868bec92
commit fbaa525c6f
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -90,7 +90,7 @@ namespace MWMechanics
return !mPath.empty();
}
int getPathSize() const
std::size_t getPathSize() const
{
return mPath.size();
}