mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-24 11:23:09 +00:00
Fix warning
This commit is contained in:
parent
4d868bec92
commit
fbaa525c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ namespace MWMechanics
|
||||||
return !mPath.empty();
|
return !mPath.empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
int getPathSize() const
|
std::size_t getPathSize() const
|
||||||
{
|
{
|
||||||
return mPath.size();
|
return mPath.size();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue