From: Elena Mamontova Date: Thu, 10 Mar 2016 08:47:44 +0000 (+0200) Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the X-Git-Tag: 2.409~174^2~1^2~14 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/d86be1002fd2a98dd844dd2b987615613fc0c8df Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() method of the class SMUX in the smux.h file. --- diff --git a/projects/stargazer/plugins/other/smux/smux.h b/projects/stargazer/plugins/other/smux/smux.h index e379ea7f..3b217eb7 100644 --- a/projects/stargazer/plugins/other/smux/smux.h +++ b/projects/stargazer/plugins/other/smux/smux.h @@ -116,7 +116,7 @@ public: int Start(); int Stop(); - int Reload(); + int Reload(const MODULE_SETTINGS & ms); bool IsRunning() { return running && !stopped; } const std::string & GetStrError() const { return errorStr; }