From: Elena Mamontova Date: Thu, 10 Mar 2016 08:38:49 +0000 (+0200) Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the X-Git-Tag: 2.409~174^2~1^2~16 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/dad8dcdecb2d790427a164f365f5fd12772c0ae4 Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() method of the class Remote_script in the rscript.h file. --- diff --git a/projects/stargazer/plugins/other/rscript/rscript.h b/projects/stargazer/plugins/other/rscript/rscript.h index e0412fb0..0de1ea2e 100644 --- a/projects/stargazer/plugins/other/rscript/rscript.h +++ b/projects/stargazer/plugins/other/rscript/rscript.h @@ -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; }