diff options
Diffstat (limited to 'src/savegamegamebyro.h')
| -rw-r--r-- | src/savegamegamebyro.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/savegamegamebyro.h b/src/savegamegamebyro.h index bce08018..5ac62848 100644 --- a/src/savegamegamebyro.h +++ b/src/savegamegamebyro.h @@ -56,7 +56,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
@@ -70,7 +70,7 @@ private: QStringList m_Plugins;
//Note: This isn't owned by us so safe to copy
- MOBase::ISaveGame const *m_Save;
+ const MOBase::ISaveGame *m_Save;
};
|
