]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugin_runner.cpp
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
[stg.git] / 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();