Commit 8bde794c authored by Davis King's avatar Davis King

fixed linker error

parent d0e9239c
...@@ -17,7 +17,7 @@ namespace dlib ...@@ -17,7 +17,7 @@ namespace dlib
namespace impl namespace impl
{ {
bool matches_rect ( inline bool matches_rect (
const std::vector<rectangle>& rects, const std::vector<rectangle>& rects,
const rectangle& rect, const rectangle& rect,
const double eps const double eps
...@@ -33,7 +33,7 @@ namespace dlib ...@@ -33,7 +33,7 @@ namespace dlib
return false; return false;
} }
rectangle get_best_matching_rect ( inline rectangle get_best_matching_rect (
const std::vector<rectangle>& rects, const std::vector<rectangle>& rects,
const rectangle& rect const rectangle& rect
) )
......
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