1
0
Fork 0

Fix a compile problem for some platforms/compilers.

This commit is contained in:
curt 2003-03-11 16:04:49 +00:00
parent 6c26352508
commit 1bfc2da8ee

View file

@ -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());