From 6e9413c7f9395b3bf0c56ed123e76f32904e3773 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Thu, 10 Mar 2016 09:41:34 +0200 Subject: [PATCH] Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() method of the class PING in the ping.h file. --- projects/stargazer/plugins/other/ping/ping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/plugins/other/ping/ping.h b/projects/stargazer/plugins/other/ping/ping.h index 29e4974e..1a7e1b97 100644 --- a/projects/stargazer/plugins/other/ping/ping.h +++ b/projects/stargazer/plugins/other/ping/ping.h @@ -112,7 +112,7 @@ public: int Start(); int Stop(); - int Reload() { return 0; } + int Reload(const MODULE_SETTINGS & ms) { return 0; } bool IsRunning(); const std::string & GetStrError() const { return errorStr; } -- 2.43.2