]> git.stg.codes - stg.git/commitdiff
Метод GetStatus класу STG_STOPPER зроблено константним
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 18 Dec 2010 14:08:41 +0000 (16:08 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 18 Dec 2010 14:08:41 +0000 (16:08 +0200)
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