Merge branch 'ThosRTanner-master'

This commit is contained in:
Tannin
2016-02-10 18:52:48 +01:00
+1 -1
View File
@@ -228,7 +228,7 @@ struct IOrganizerWrapper: MOBase::IOrganizer, boost::python::wrapper<MOBase::IOr
virtual bool onAboutToRun(const std::function<bool(const QString&)> &func) override { return this->get_override("onAboutToRun")(func); }
virtual bool onFinishedRun(const std::function<void(const QString&, unsigned int)> &func) override { return this->get_override("onFinishedRun")(func); }
virtual bool onModInstalled(const std::function<void(const QString&)> &func) override { return this->get_override("onModInstalled")(func); }
virtual MOBase::IProfile *profile() override { return this->get_override("profile")(); }
virtual MOBase::IProfile *profile() const override { return this->get_override("profile")(); }
virtual MOBase::IPluginGame const *managedGame() const override { return this->get_override("managedGame")(); }
};