]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/stgconfig.h
stg-2.409 pre-merge.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / stgconfig.h
index 8902766a39696ed62a917a9d6e52adb07e3301c3..bf4f619559a942863044e876ad9af676d59121c6 100644 (file)
@@ -62,7 +62,7 @@ class STG_CONFIG : public PLUGIN
 
         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; }