Commit 9d97186d authored by Davis King's avatar Davis King

fixed linker error

parent f85cd73e
......@@ -18,7 +18,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
std::vector<std::vector<separable_filter_type> > build_separable_poly_filters (
inline std::vector<std::vector<separable_filter_type> > build_separable_poly_filters (
const long order,
const long window_size
)
......@@ -136,7 +136,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
std::vector<std::vector<separable_int32_filter_type> > build_separable_int32_poly_filters (
inline std::vector<std::vector<separable_int32_filter_type> > build_separable_int32_poly_filters (
const long order,
const long window_size,
const double max_range = 300.0
......
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