mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Fix warning
This commit is contained in:
parent
4d868bec92
commit
fbaa525c6f
@ -90,7 +90,7 @@ namespace MWMechanics
|
||||
return !mPath.empty();
|
||||
}
|
||||
|
||||
int getPathSize() const
|
||||
std::size_t getPathSize() const
|
||||
{
|
||||
return mPath.size();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user