git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use correct compiler and flags for sources in libs
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
smux
/
smux.h
diff --git
a/projects/stargazer/plugins/other/smux/smux.h
b/projects/stargazer/plugins/other/smux/smux.h
index 45f16ea6824af4cc03b2af4b94131c4333a617d0..e16ae5f2f998e4e062d669f757fbf07ee09bc46e 100644
(file)
--- a/
projects/stargazer/plugins/other/smux/smux.h
+++ b/
projects/stargazer/plugins/other/smux/smux.h
@@
-109,7
+109,7
@@
public:
int Start();
int Stop();
- int Reload()
{ return 0; }
+ int Reload()
;
bool IsRunning() { return running && !stopped; }
const std::string & GetStrError() const { return errorStr; }