git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 37. In the ProcessNewMonth() function switch construction changed
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
radius
/
radius.h
diff --git
a/projects/stargazer/plugins/other/radius/radius.h
b/projects/stargazer/plugins/other/radius/radius.h
index 77dde0d55e99e18d566a4a9c63dcc95d1d3a35aa..0f1c95fcda66563c592f3238e611b337ed645b54 100644
(file)
--- a/
projects/stargazer/plugins/other/radius/radius.h
+++ b/
projects/stargazer/plugins/other/radius/radius.h
@@
-98,7
+98,7
@@
public:
int Start();
int Stop();
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; }
bool IsRunning() { return isRunning; }
const std::string & GetStrError() const { return errorStr; }