diff OrthancServer/Scheduler/ServerCommandInstance.cpp @ 1304:7b6925b0890d

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Feb 2015 17:03:17 +0100
parents 6e7e5ed91c2d
children 0a2ad4a6858f
line wrap: on
line diff
--- a/OrthancServer/Scheduler/ServerCommandInstance.cpp	Tue Feb 10 16:47:24 2015 +0100
+++ b/OrthancServer/Scheduler/ServerCommandInstance.cpp	Tue Feb 10 17:03:17 2015 +0100
@@ -60,10 +60,10 @@
     }
 
     for (std::list<ServerCommandInstance*>::iterator
-           it = next_.begin(); it != next_.end(); it++)
+           it = next_.begin(); it != next_.end(); ++it)
     {
       for (ListOfStrings::const_iterator
-             output = outputs.begin(); output != outputs.end(); output++)
+             output = outputs.begin(); output != outputs.end(); ++output)
       {
         (*it)->AddInput(*output);
       }