From: Elena Mamontova <helenh463@gmail.com>
Date: Thu, 10 Mar 2016 08:49:25 +0000 (+0200)
Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the int
X-Git-Tag: 2.409~174^2~1^2~13
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8e6fbfbd7ab27edfb62b3e30c651f67557869430?ds=sidebyside

Ticket 26. The const MODULE_SETTINGS & ms parameter added to the int
SMUX::Reload() method in the smux.cpp file.
---

diff --git a/projects/stargazer/plugins/other/smux/smux.cpp b/projects/stargazer/plugins/other/smux/smux.cpp
index 09cb4636..d1af2dbc 100644
--- a/projects/stargazer/plugins/other/smux/smux.cpp
+++ b/projects/stargazer/plugins/other/smux/smux.cpp
@@ -272,7 +272,7 @@ printfd(__FILE__, "SMUX::Stop() - After\n");
 return 0;
 }
 
-int SMUX::Reload()
+int SMUX::Reload(const MODULE_SETTINGS & ms)
 {
 if (Stop())
     return -1;