From 711da215b0294754409754bccbd920519b07c09d Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Thu, 10 Mar 2016 10:40:09 +0200 Subject: [PATCH] Ticket 26. The const MODULE_SETTINGS & ms parameter added to the int REMOTE_SCRIPT::Reload() method in the rscript.cpp file. --- projects/stargazer/plugins/other/rscript/rscript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2