]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/pcap/pcap_cap.h
stg-2.409 pre-merge.
[stg.git] / projects / stargazer / plugins / capture / pcap / pcap_cap.h
index bf050c17fa5f982be02fb855cabba36e773fa55a..3bdfd55e9ace99ce2597658be653403554645197 100644 (file)
@@ -65,7 +65,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & /*ms*/) { return 0; }
     bool                IsRunning() { return isRunning; }
 
     void                SetSettings(const MODULE_SETTINGS & s) { settings = s; }