]> git.stg.codes - stg.git/commitdiff
Ticket 26. The ms parameter added when m_plugin.Reload() method call in the
authorElena Mamontova <helenh463@gmail.com>
Mon, 29 Feb 2016 14:48:23 +0000 (16:48 +0200)
committerElena Mamontova <helenh463@gmail.com>
Mon, 29 Feb 2016 14:48:23 +0000 (16:48 +0200)
Reload() method.

projects/stargazer/plugin_runner.cpp

index 0ecea27316f112df619f80cb668d98959ec461df..e57a421ef245d955d6c0dfbd9945cf9e404d6cae 100644 (file)
@@ -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;
 }