From 78c9d541cff483781afbc2bdc58893bb763c0bb0 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Wed, 9 Mar 2016 16:18:51 +0200 Subject: [PATCH] Ticket 26. The const MODULE_SETTINGS & ms parameter added to the Reload() method of the class IPQ_CAP in the ipq_cap.h plugin. --- projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h b/projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h index 39ed5766..7144d177 100644 --- a/projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h +++ b/projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h @@ -47,7 +47,7 @@ public: int Start(); int Stop(); - int Reload() { return 0; } + int Reload(const MODULE_SETTINGS & ms) { return 0; } bool IsRunning() { return isRunning; } int ParseSettings() { return 0; } -- 2.43.2