Fixed a bug which prevented add_image_rotations() from compiling.

This commit is contained in:
Davis King 2015-03-03 16:54:53 -05:00
parent 5b09eca688
commit ee2fc4a7b0
1 changed files with 1 additions and 1 deletions

View File

@ -1403,7 +1403,7 @@ namespace dlib
std::vector<T> objtemp;
std::vector<U> objtemp2;
typename image_array_type::image_type temp;
typename image_array_type::value_type temp;
for (long i = 0; i < angles.size(); ++i)
{
for (unsigned long j = 0; j < images.size(); ++j)