1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00

Fix MS compiler warnings

This commit is contained in:
Vlad Shakhuro
2014-06-27 17:42:23 +04:00
parent 27692f5cd8
commit d8b0e8d53d
5 changed files with 20 additions and 20 deletions

View File

@@ -109,7 +109,7 @@ struct CV_EXPORTS WaldBoostParams
int weak_count;
float alpha;
WaldBoostParams(): weak_count(100), alpha(0.01)
WaldBoostParams(): weak_count(100), alpha(0.01f)
{}
};