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

projects/stargazer/plugins/other/smux/smux.cpp

index 09cb4636795b1f72d567dc6274e2d74f788a2fad..d1af2dbc6c389058f9c76f4d33490f4e9da222b6 100644 (file)
@@ -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;