]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/cap_nf/cap_nf.h
stg-2.409 pre-merge.
[stg.git] / projects / stargazer / plugins / capture / cap_nf / cap_nf.h
index bcb8b743619ac4658a49bb130a6b50bd5909a188..7d24403b30b1143aa30ce175df4c2eaaece908cf 100644 (file)
@@ -99,7 +99,7 @@ public:
 
     int             Start();
     int             Stop();
-    int             Reload() { return 0; }
+    int             Reload(const MODULE_SETTINGS & /*ms*/) { return 0; }
     bool            IsRunning() { return runningTCP || runningUDP; }
     const std::string & GetStrError() const { return errorStr; }
     std::string     GetVersion() const { return VERSION; }