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/executableslist.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/executableslist.cpp')
| -rw-r--r-- | src/executableslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/executableslist.cpp b/src/executableslist.cpp index 12e3d7aa..2182a425 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -38,7 +38,7 @@ ExecutablesList::~ExecutablesList() {
}
-void ExecutablesList::init(IPluginGame *game)
+void ExecutablesList::init(IPluginGame const *game)
{
Q_ASSERT(game != nullptr);
m_Executables.clear();
|
