From f077f656fcfdf090f0ab5151d2212d01d1425336 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Mon, 29 Feb 2016 16:48:23 +0200 Subject: [PATCH] Ticket 26. The ms parameter added when m_plugin.Reload() method call in the Reload() method. --- projects/stargazer/plugin_runner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/plugin_runner.cpp b/projects/stargazer/plugin_runner.cpp index 0ecea273..e57a421e 100644 --- a/projects/stargazer/plugin_runner.cpp +++ b/projects/stargazer/plugin_runner.cpp @@ -71,7 +71,7 @@ return res; //----------------------------------------------------------------------------- int PLUGIN_RUNNER::Reload(const MODULE_SETTINGS & ms) { -int res = m_plugin.Reload(); +int res = m_plugin.Reload(ms); errorStr = m_plugin.GetStrError(); return res; } -- 2.43.2