From: Elena Mamontova Date: Fri, 19 Feb 2016 14:11:46 +0000 (+0200) Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the X-Git-Tag: 2.409~174^2~1^2~34 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/ad5f8b2b71975ac8e92ddfa8cb65470074c14a46 Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() function. --- diff --git a/projects/stargazer/plugin_runner.cpp b/projects/stargazer/plugin_runner.cpp index c758fe8d..0ecea273 100644 --- a/projects/stargazer/plugin_runner.cpp +++ b/projects/stargazer/plugin_runner.cpp @@ -69,7 +69,7 @@ errorStr = m_plugin.GetStrError(); return res; } //----------------------------------------------------------------------------- -int PLUGIN_RUNNER::Reload() +int PLUGIN_RUNNER::Reload(const MODULE_SETTINGS & ms) { int res = m_plugin.Reload(); errorStr = m_plugin.GetStrError();