]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
Some minor improvements on ticket26.
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / rpcconfig.h
index 593f346d7b10ad25964f40e2e84d827869c04df5..ce295818d482cdd01986bf944b3e8cd2b699fb0f 100644 (file)
@@ -70,7 +70,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
+    int                 Reload(const MODULE_SETTINGS & /*ms*/) { return 0; }
     bool                IsRunning() { return running && !stopped; }
 
     const std::string & GetStrError() const { return errorStr; }