git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f92b990
)
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
author
Elena Mamontova
<helenh463@gmail.com>
Fri, 19 Feb 2016 14:11:46 +0000
(16:11 +0200)
committer
Elena Mamontova
<helenh463@gmail.com>
Fri, 19 Feb 2016 14:11:46 +0000
(16:11 +0200)
Reload() function.
projects/stargazer/plugin_runner.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/plugin_runner.cpp
b/projects/stargazer/plugin_runner.cpp
index c758fe8d8827593a88604edca3638a082ec9460e..0ecea27316f112df619f80cb668d98959ec461df 100644
(file)
--- 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();