From: Elena Mamontova <helenh463@gmail.com>
Date: Wed, 9 Mar 2016 09:08:48 +0000 (+0200)
Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
X-Git-Tag: 2.409~174^2~1^2~25
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/2b5a139d506e8427ecce53b2ef6d4bfdaeae3691?ds=sidebyside;hp=--cc

Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
Reload() method of the class DEBUG_CAP in the debug_cap.h plugin.
---

2b5a139d506e8427ecce53b2ef6d4bfdaeae3691
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;