]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 08:40:09 +0000 (10:40 +0200)
committerElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 08:40:09 +0000 (10:40 +0200)
int REMOTE_SCRIPT::Reload() method in the rscript.cpp file.

projects/stargazer/plugins/other/rscript/rscript.cpp

index 00114df4c501fa0cd4aa6e3d7fc2031d8e7dc3ed..27c419b8750113962892bb33a8947b763e3a6f04 100644 (file)
@@ -301,7 +301,7 @@ if (isRunning)
 return 0;
 }
 //-----------------------------------------------------------------------------
-int REMOTE_SCRIPT::Reload()
+int REMOTE_SCRIPT::Reload(const MODULE_SETTINGS & ms)
 {
 NRMapParser nrMapParser;