X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4744fe9d82281dd743a92bec37e27e1b4777ba66..dec4641e5e0acb912884a4cbca53b589f0b6539d:/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