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/organizerproxy.h | |
| 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/organizerproxy.h')
| -rw-r--r-- | src/organizerproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizerproxy.h b/src/organizerproxy.h index 2f5e0970..62a35498 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -45,7 +45,7 @@ public: virtual bool onFinishedRun(const std::function<void (const QString&, unsigned int)> &func);
virtual bool onModInstalled(const std::function<void (const QString&)> &func);
- virtual MOBase::IPluginGame *managedGame() const;
+ virtual MOBase::IPluginGame const *managedGame() const;
private:
|
