Fix a compile problem for some platforms/compilers.
This commit is contained in:
parent
6c26352508
commit
1bfc2da8ee
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ VpfCoverage::hasFeature (const string &name) const
|
|||
if (_feature_names == 0)
|
||||
getFeatureNames();
|
||||
|
||||
vector<const string>::iterator it;
|
||||
vector<string>::iterator it;
|
||||
for (it = _feature_names->begin(); it != _feature_names->end(); it++)
|
||||
if (*it == name)
|
||||
return(it != _feature_names->end());
|
||||
|
|
Loading…
Reference in a new issue