]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/radius.h
stg-2.409 pre-merge.
[stg.git] / projects / stargazer / plugins / other / radius / radius.h
index 8f5ba2a451ad8ad3d88dcb88fd0ae7f5013ffe3c..0f1c95fcda66563c592f3238e611b337ed645b54 100644 (file)
@@ -98,7 +98,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & /*ms*/) { return 0; }
     bool                IsRunning() { return isRunning; }
 
     const std::string & GetStrError() const { return errorStr; }