X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/58024dfd7ad59626cc0c4beaf82f5c27c93ea0e3..a73c885317f58a03bc78ed6ceedd5067dd79a750:/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 45f16ea6..e16ae5f2 100644 --- 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; }