mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed compiler error I just introduced in this file.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402409
This commit is contained in:
parent
2b6dabcfd8
commit
30a937ce2e
@ -223,8 +223,8 @@ namespace dlib
|
|||||||
deserialize(item.my_tolerance, in);
|
deserialize(item.my_tolerance, in);
|
||||||
deserialize(item.samples_seen, in);
|
deserialize(item.samples_seen, in);
|
||||||
deserialize(item.bias, in);
|
deserialize(item.bias, in);
|
||||||
deserialize(item.bias_is_stale, out);
|
deserialize(item.bias_is_stale, in);
|
||||||
deserialize(item.my_max_dictionary_size, out);
|
deserialize(item.my_max_dictionary_size, in);
|
||||||
}
|
}
|
||||||
|
|
||||||
distance_function<kernel_type> get_distance_function (
|
distance_function<kernel_type> get_distance_function (
|
||||||
|
Loading…
Reference in New Issue
Block a user