From f92b9904a794d8b9653fc398c3568f421be91433 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Fri, 19 Feb 2016 16:09:35 +0200 Subject: [PATCH] Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() function. --- projects/stargazer/plugin_runner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/plugin_runner.h b/projects/stargazer/plugin_runner.h index 429d59ca..2d0c22c4 100644 --- a/projects/stargazer/plugin_runner.h +++ b/projects/stargazer/plugin_runner.h @@ -60,7 +60,7 @@ public: int Start(); int Stop(); - int Reload(); + int Reload(const MODULE_SETTINGS & ms); int Restart(); bool IsRunning() { return m_plugin.IsRunning(); } -- 2.43.2