]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 08:12:58 +0000 (10:12 +0200)
committerElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 08:12:58 +0000 (10:12 +0200)
Reload() function in the stgconfig.h plugin.

projects/stargazer/plugins/configuration/sgconfig/stgconfig.h

index 287c3813a87a109473aa7c21565eb4888b7d6906..87756b4a228d31d7181fb4fa91629e712f74ac3e 100644 (file)
@@ -60,7 +60,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; }