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
This commit is contained in:
psychon
2010-07-10 07:52:30 +00:00
parent 86f3d7c745
commit ac3b8cfcb1
+1 -1
View File
@@ -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<unsigned long long, V> value;