diff options
Diffstat (limited to 'src/profile.h')
| -rw-r--r-- | src/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.h b/src/profile.h index 342b6fa0..249ef618 100644 --- a/src/profile.h +++ b/src/profile.h @@ -210,7 +210,7 @@ public: * * @return number of mods for which the profile has status information **/ - unsigned int numMods() const { return m_ModStatus.size(); } + size_t numMods() const { return m_ModStatus.size(); } /** * @return the number of mods that can be enabled and where the priority can be modified |
