]> git.stg.codes - stg.git/blobdiff - projects/stargazer/main.cpp
Метод GetStatus класу STG_STOPPER зроблено константним
[stg.git] / projects / stargazer / main.cpp
index 26eba64741cf8bde5991e3e0b19d535b4a953248..7a225ce5de4061f7d837d02ba863b31db9ab7532 100644 (file)
@@ -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