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:
ea7fbd9
)
Ticket 26. The ms parameter added when m_plugin.Reload() method call in the
author
Elena Mamontova
<helenh463@gmail.com>
Mon, 29 Feb 2016 14:48:23 +0000
(16:48 +0200)
committer
Elena Mamontova
<helenh463@gmail.com>
Mon, 29 Feb 2016 14:48:23 +0000
(16:48 +0200)
Reload() method.
projects/stargazer/plugin_runner.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/plugin_runner.cpp
b/projects/stargazer/plugin_runner.cpp
index 0ecea27316f112df619f80cb668d98959ec461df..e57a421ef245d955d6c0dfbd9945cf9e404d6cae 100644
(file)
--- 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;
}