mirror of
https://github.com/znc/znc.git
synced 2026-05-06 05:22:26 +02:00
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:
@@ -128,7 +128,7 @@ public:
|
||||
|
||||
private:
|
||||
CString m_sMailPath;
|
||||
u_int m_iLastCheck;
|
||||
time_t m_iLastCheck;
|
||||
set<CString> m_ssUidls;
|
||||
bool m_bInitialized;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user