X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FResource.cc;h=e21c834e869ce4bc78debe11c0c57d618ab7313e;hp=5efe8f53f43c4ae0ebdb98102d5870df8deb27a7;hb=493ddb59a8620b49dfa0ff62ce93395ebfd02e86;hpb=bc5448947f45c0ba4d22b5ad736b7c545d8ec075 diff --git a/src/Moof/Resource.cc b/src/Moof/Resource.cc index 5efe8f5..e21c834 100644 --- a/src/Moof/Resource.cc +++ b/src/Moof/Resource.cc @@ -58,7 +58,7 @@ std::string Resource::getPathToResource(const std::string& name) { std::vector::iterator it; - for (it = searchPaths_.begin(); it != searchPaths_.end(); it++) + for (it = searchPaths_.begin(); it != searchPaths_.end(); ++it) { std::string fullPath(*it); fullPath += name;