Fix a compiler warning in email

Now that GetMTime() returns a time_t...


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1479 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-04-05 19:09:03 +00:00
parent c80690a9fc
commit 8bc4b736cd

View File

@@ -128,7 +128,7 @@ public:
private:
CString m_sMailPath;
u_int m_iLastCheck;
time_t m_iLastCheck;
set<CString> m_ssUidls;
bool m_bInitialized;
};