From 8e6fbfbd7ab27edfb62b3e30c651f67557869430 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Thu, 10 Mar 2016 10:49:25 +0200 Subject: [PATCH] Ticket 26. The const MODULE_SETTINGS & ms parameter added to the int SMUX::Reload() method in the smux.cpp file. --- projects/stargazer/plugins/other/smux/smux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2