mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Migrated away from CString::ToString() in favor of explicit constructors
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@669 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -226,7 +226,7 @@ public:
|
||||
Table.AddRow();
|
||||
|
||||
Table.SetCell("Channel", a->first);
|
||||
Table.SetCell("Users", CString::ToString(a->second.size()));
|
||||
Table.SetCell("Users", CString(a->second.size()));
|
||||
}
|
||||
|
||||
unsigned int uTableIdx = 0;
|
||||
|
||||
Reference in New Issue
Block a user