mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
performance Prefer prefix ++/-- operators for non-primitive types.
This commit is contained in:
@@ -303,7 +303,7 @@ int CNFSUmountGui::menu()
|
||||
umountMenu.addIntroItems();
|
||||
CFSMounter::getMountedFS(infos);
|
||||
for (CFSMounter::MountInfos::const_iterator it = infos.begin();
|
||||
it != infos.end();it++)
|
||||
it != infos.end();++it)
|
||||
{
|
||||
if(it->type == "nfs" || it->type == "cifs" || it->type == "lufs")
|
||||
{
|
||||
|
Reference in New Issue
Block a user