]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Fri, 19 Feb 2016 14:11:46 +0000 (16:11 +0200)
committerElena Mamontova <helenh463@gmail.com>
Fri, 19 Feb 2016 14:11:46 +0000 (16:11 +0200)
Reload() function.

projects/stargazer/plugin_runner.cpp

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