From: Elena Mamontova Date: Fri, 19 Feb 2016 14:09:35 +0000 (+0200) Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the X-Git-Tag: 2.409~174^2~1^2~35 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/f92b9904a794d8b9653fc398c3568f421be91433 Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() function. --- diff --git a/projects/stargazer/plugin_runner.h b/projects/stargazer/plugin_runner.h index 429d59ca..2d0c22c4 100644 --- a/projects/stargazer/plugin_runner.h +++ b/projects/stargazer/plugin_runner.h @@ -60,7 +60,7 @@ public: int Start(); int Stop(); - int Reload(); + int Reload(const MODULE_SETTINGS & ms); int Restart(); bool IsRunning() { return m_plugin.IsRunning(); }