diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 14:23:58 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 14:23:58 +0000 |
| commit | b9b12ca765d1703ac2e3852746e7acc3a20949a9 (patch) | |
| tree | a0465afad62c89e36f49fda78653ce2d91010612 /src/pluginlist.cpp | |
| parent | 78b686b2bc507a5606bc7c673745b02346bc667a (diff) | |
Bunch of const correctness changes. There shouldn't be any update of plugin games once MO has started
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 6f883645..48b27f05 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -1211,7 +1211,7 @@ PluginList::ESPInfo::ESPInfo(const QString &name, bool enabled, }
}
-void PluginList::managedGameChanged(IPluginGame *gamePlugin)
+void PluginList::managedGameChanged(IPluginGame const *gamePlugin)
{
m_GamePlugin = gamePlugin;
}
|
