From ac3b8cfcb121f06c573827a39854200ba26e176b Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 10 Jul 2010 07:52:30 +0000 Subject: [PATCH] Whoops, this should have been part of the last commit git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2082 726aef4b-f618-498e-8847-2d620e286838 --- Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.h b/Utils.h index 8fc2284c..6f926c06 100644 --- a/Utils.h +++ b/Utils.h @@ -356,7 +356,7 @@ public: void SetTTL(unsigned int u) { m_uTTL = u; } // !Setters // Getters - unsigned int GetTTL() { return m_uTTL; } + unsigned int GetTTL() const { return m_uTTL; } // !Getters protected: typedef pair value;