mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 05:08:29 +02:00
performance Prefer prefix ++/-- operators for non-primitive types.
Origin commit data
------------------
Commit: bb347b3a44
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-04-28 (Sat, 28 Apr 2012)
This commit is contained in:
@@ -81,7 +81,7 @@ void CExtendedInput::Init(void)
|
||||
|
||||
CExtendedInput::~CExtendedInput()
|
||||
{
|
||||
for (std::vector<CExtendedInput_Item*>::iterator it = inputFields.begin(); it < inputFields.end(); it++)
|
||||
for (std::vector<CExtendedInput_Item*>::iterator it = inputFields.begin(); it < inputFields.end(); ++it)
|
||||
delete *it;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user