mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Cleaned up more warnings.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class CPerform : public CModule {
|
||||
Table.AddColumn("Perform");
|
||||
Table.AddColumn("Expanded");
|
||||
|
||||
for (VCString::const_iterator it = m_vPerform.begin(); it != m_vPerform.end(); it++, index++) {
|
||||
for (VCString::const_iterator it = m_vPerform.begin(); it != m_vPerform.end(); ++it, index++) {
|
||||
Table.AddRow();
|
||||
Table.SetCell("Id", CString(index));
|
||||
Table.SetCell("Perform", *it);
|
||||
|
||||
Reference in New Issue
Block a user