mac new compiling error fixed

pull/39/head
jaco 11 years ago
parent 109860a721
commit fe5bcec277
  1. 2
      modules/saliency/src/BING/kyheader.h

@ -129,7 +129,7 @@ static inline int findFromList( const T &word, const vector<T> &strList )
{
vector<String>::iterator index = std::distance( strList.begin(), it );
//cout << "index" <<" "<< index << endl;
return index;
return int(index);
}
}
/*template<typename T>

Loading…
Cancel
Save