Commit ff8fc68f authored by Davis King's avatar Davis King

Fixed compile time bug

parent a867cb08
......@@ -263,7 +263,7 @@ namespace dlib
)
{
learn_nonnegative_weights = value;
if (learns_nonnegative_weights)
if (learn_nonnegative_weights)
prior = trained_function_type();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment