X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4744fe9d82281dd743a92bec37e27e1b4777ba66..38739f0cb25d428eb7ee4192e4fe8406f6fc1b5b:/projects/stargazer/main.cpp?ds=sidebyside

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