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 26. The 'break' operator added after m_modules[i]->Reload(modSettings[j]))
[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 6bea457fbe79d4d4a41944aba10b5e933bda02ff..c9a629c6c08d41edf36994fc3f2ff2d2ef831fc0 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() { return 0; }
+ int Reload(
const MODULE_SETTINGS & ms
) { return 0; }
int ParseSettings() { return 0; }
bool IsRunning();
const std::string & GetStrError() const;