]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/stgconfig.h
Some minor improvements on ticket26.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / stgconfig.h
index 87756b4a228d31d7181fb4fa91629e712f74ac3e..d1fbf24c36a271a93d69bdd035c430722f7ea07b 100644 (file)
@@ -60,7 +60,7 @@ class STG_CONFIG : public PLUGIN
 
         int                 Start();
         int                 Stop();
-        int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
+        int                 Reload(const MODULE_SETTINGS & /*ms*/) { return 0; }
         bool                IsRunning() { return isRunning; }
 
         const std::string & GetStrError() const { return errorStr; }