]> 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:38:49 +0000 (10:38 +0200)
committerElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 08:38:49 +0000 (10:38 +0200)
Reload() method of the class Remote_script in the rscript.h file.

projects/stargazer/plugins/other/rscript/rscript.h

index e0412fb07501cdc2d2e70da2b269100f41a49ee3..0de1ea2e201a8702bd386aca651bf008da72cb84 100644 (file)
@@ -185,7 +185,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload();
+    int                 Reload(const MODULE_SETTINGS & ms);
     bool                IsRunning() { return isRunning; }
 
     const std::string & GetStrError() const { return errorStr; }