mirror of
https://github.com/znc/znc.git
synced 2026-08-06 00:43:19 +02:00
Fix a bunch of conversion warnings #197
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ void CNick::Parse(const CString& sNickMask) {
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int CNick::GetCommonChans(vector<CChan*>& vRetChans, CIRCNetwork* pNetwork) const {
|
||||
size_t CNick::GetCommonChans(vector<CChan*>& vRetChans, CIRCNetwork* pNetwork) const {
|
||||
vRetChans.clear();
|
||||
|
||||
const vector<CChan*>& vChans = pNetwork->GetChans();
|
||||
|
||||
Reference in New Issue
Block a user