Mercurial > hg > orthanc
diff OrthancServer/ServerToolbox.cpp @ 1847:559956d5ceb2
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Nov 2015 15:34:14 +0100 |
parents | ca69082ab200 |
children | 4e7c318a3f69 |
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.cpp Mon Nov 30 14:51:43 2015 +0100 +++ b/OrthancServer/ServerToolbox.cpp Mon Nov 30 15:34:14 2015 +0100 @@ -297,7 +297,7 @@ database.GetAllPublicIds(resources, level); for (std::list<std::string>::const_iterator - it = resources.begin(); it != resources.end(); it++) + it = resources.begin(); it != resources.end(); ++it) { // Locate the resource and one of its child instances int64_t resource, instance;