X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4744fe9d82281dd743a92bec37e27e1b4777ba66..904a0bdb0da53217f6c8a42cd4f5eb5a027a0973:/projects/stargazer/main.cpp diff --git a/projects/stargazer/main.cpp b/projects/stargazer/main.cpp index 26eba647..7a225ce5 100644 --- a/projects/stargazer/main.cpp +++ b/projects/stargazer/main.cpp @@ -93,7 +93,7 @@ class STG_STOPPER { public: STG_STOPPER() { nonstop = true; } - bool GetStatus() { return nonstop; }; + bool GetStatus() const { return nonstop; }; #ifdef NO_DAEMON void Stop(const char * __file__, int __line__) #else