fixed warnings

This commit is contained in:
Vladislav Vinogradov
2013-03-28 11:49:47 +04:00
parent 76e748ccc1
commit 2661c2e213
3 changed files with 9 additions and 6 deletions

View File

@@ -274,7 +274,7 @@ struct cv::softcascade::SCascade::Fields
bool check(float mins,float maxs, int scales)
{
bool updated = ((minScale == mins) || (maxScale == maxs) || (totals = scales));
bool updated = ((minScale == mins) || (maxScale == maxs) || (totals == scales));
minScale = mins;
maxScale = maxScale;