1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

All modules (except ocl and gpu) compiles and pass tests

This commit is contained in:
Andrey Kamaev
2013-03-20 20:13:46 +04:00
parent 762aefd71b
commit 2ad7b97f1c
91 changed files with 606 additions and 604 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ const CvMat* CvMLData::get_missing() const
return missing;
}
const std::map<std::string, int>& CvMLData::get_class_labels_map() const
const std::map<cv::String, int>& CvMLData::get_class_labels_map() const
{
return class_map;
}