From b4e18f8f29d35f891cfd872638e27c8cf70b52c3 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 8 Dec 2010 14:12:54 +0200 Subject: [PATCH] =?utf8?q?=D0=9E=D0=B4=D0=B8=D0=BD=20=D0=B8=D0=B7=20=D0=BC?= =?utf8?q?=D0=B5=D1=82=D0=BE=D0=B4=D0=BE=D0=B2=20=D0=BA=D0=BB=D0=B0=D1=81?= =?utf8?q?=D1=81=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5=D0=BA?= =?utf8?q?=20=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD=20=D0=BA=D0=BE=D0=BD?= =?utf8?q?=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=BD=D1=8B=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- projects/stargazer/plugins/other/ping/ping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/plugins/other/ping/ping.h b/projects/stargazer/plugins/other/ping/ping.h index 9f6304d8..2f4791a1 100644 --- a/projects/stargazer/plugins/other/ping/ping.h +++ b/projects/stargazer/plugins/other/ping/ping.h @@ -77,7 +77,7 @@ public: virtual ~PING_SETTINGS() {} const string& GetStrError() const { return errorStr; } int ParseSettings(const MODULE_SETTINGS & s); - int GetPingDelay() { return pingDelay; } + int GetPingDelay() const { return pingDelay; } private: int ParseIntInRange(const string & str, int min, int max, int * val); -- 2.43.2