From 818d51d18f8960f2e63ffcdd91481fca0118d17c Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 18 Dec 2010 16:08:41 +0200 Subject: [PATCH] =?utf8?q?=D0=9C=D0=B5=D1=82=D0=BE=D0=B4=20GetStatus=20?= =?utf8?q?=D0=BA=D0=BB=D0=B0=D1=81=D1=83=20STG=5FSTOPPER=20=D0=B7=D1=80?= =?utf8?q?=D0=BE=D0=B1=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=BA=D0=BE=D0=BD=D1=81?= =?utf8?q?=D1=82=D0=B0=D0=BD=D1=82=D0=BD=D0=B8=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- projects/stargazer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2