From 2b5a139d506e8427ecce53b2ef6d4bfdaeae3691 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Wed, 9 Mar 2016 11:08:48 +0200 Subject: [PATCH] Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() method of the class DEBUG_CAP in the debug_cap.h plugin. --- projects/stargazer/plugins/capture/cap_debug/debug_cap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/plugins/capture/cap_debug/debug_cap.h b/projects/stargazer/plugins/capture/cap_debug/debug_cap.h index 6bea457f..c9a629c6 100644 --- a/projects/stargazer/plugins/capture/cap_debug/debug_cap.h +++ b/projects/stargazer/plugins/capture/cap_debug/debug_cap.h @@ -69,7 +69,7 @@ public: int Start(); int Stop(); - int Reload() { return 0; } + int Reload(const MODULE_SETTINGS & ms) { return 0; } int ParseSettings() { return 0; } bool IsRunning(); const std::string & GetStrError() const; -- 2.43.2