Fixed linker error.

This commit is contained in:
Davis King 2011-12-26 22:00:46 -05:00
parent 8808006cf2
commit e1b2928556
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ namespace dlib
namespace impl
{
bool compare_first (
inline bool compare_first (
const std::pair<unsigned long,rectangle>& a,
const std::pair<unsigned long,rectangle>& b
)