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 'case' where TARIFF::TO_EXPENSIVE, operation '>' changed to '>=' in
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
cap_debug
/
debug_cap.h
diff --git
a/projects/stargazer/plugins/capture/cap_debug/debug_cap.h
b/projects/stargazer/plugins/capture/cap_debug/debug_cap.h
index c9a629c6c08d41edf36994fc3f2ff2d2ef831fc0..8b1ccb9274341756eae07b516b1bc19d37afbc7f 100644
(file)
--- a/
projects/stargazer/plugins/capture/cap_debug/debug_cap.h
+++ b/
projects/stargazer/plugins/capture/cap_debug/debug_cap.h
@@
-69,7
+69,7
@@
public:
int Start();
int Stop();
- int Reload(const MODULE_SETTINGS &
ms
) { return 0; }
+ int Reload(const MODULE_SETTINGS &
/*ms*/
) { return 0; }
int ParseSettings() { return 0; }
bool IsRunning();
const std::string & GetStrError() const;