From: Elena Mamontova Date: Thu, 10 Mar 2016 08:40:09 +0000 (+0200) Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the X-Git-Tag: 2.409~174^2~1^2~15 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/711da215b0294754409754bccbd920519b07c09d Ticket 26. The const MODULE_SETTINGS & ms parameter added to the int REMOTE_SCRIPT::Reload() method in the rscript.cpp file. --- diff --git a/projects/stargazer/plugins/other/rscript/rscript.cpp b/projects/stargazer/plugins/other/rscript/rscript.cpp index 00114df4..27c419b8 100644 --- a/projects/stargazer/plugins/other/rscript/rscript.cpp +++ b/projects/stargazer/plugins/other/rscript/rscript.cpp @@ -301,7 +301,7 @@ if (isRunning) return 0; } //----------------------------------------------------------------------------- -int REMOTE_SCRIPT::Reload() +int REMOTE_SCRIPT::Reload(const MODULE_SETTINGS & ms) { NRMapParser nrMapParser;