From a92694c471e03a59fc2a08db0814ed6840283d7e Mon Sep 17 00:00:00 2001 From: psychon Date: Fri, 23 Jan 2009 14:20:24 +0000 Subject: [PATCH] Use unsigned int instead of uint in the one place where it is currently used git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1342 726aef4b-f618-498e-8847-2d620e286838 --- znc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/znc.h b/znc.h index 7c94e25a..329b0e0d 100644 --- a/znc.h +++ b/znc.h @@ -211,7 +211,7 @@ protected: VCString m_vsMotd; CFile m_LockFile; CFile* m_pISpoofLockFile; - uint m_uiConnectDelay; + unsigned int m_uiConnectDelay; #ifdef _MODULES CGlobalModules* m_pModules; #endif