git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ticket 37. The message variable definition moved from if() construction
[stg.git]
/
projects
/
stargazer
/
plugin_runner.cpp
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;
}