X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/81087d4ae038fe0d793ee56e14120cd216ea3a7f..fddd732457ef4b8955fefa105f7e95ba192b705b:/projects/stargazer/plugins/other/ping/ping.h?ds=sidebyside

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);