diff options
Diffstat (limited to 'src/savegamegamebyro.h')
| -rw-r--r-- | src/savegamegamebyro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savegamegamebyro.h b/src/savegamegamebyro.h index 029d478f..af866666 100644 --- a/src/savegamegamebyro.h +++ b/src/savegamegamebyro.h @@ -70,7 +70,7 @@ public: /**
* @return number of plugins that were enabled when the save game was created
**/
- int numPlugins() const { return m_Plugins.size(); }
+ size_t numPlugins() const { return m_Plugins.size(); }
/**
* retrieve the name of one of the plugins that were enabled when the save game
|
