Fixed compile time bug

This commit is contained in:
Davis King 2014-05-22 21:34:35 -04:00
parent a867cb08ac
commit ff8fc68f3b
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ namespace dlib
)
{
learn_nonnegative_weights = value;
if (learns_nonnegative_weights)
if (learn_nonnegative_weights)
prior = trained_function_type();
}