Commit ee2fc4a7 authored by Davis King's avatar Davis King

Fixed a bug which prevented add_image_rotations() from compiling.

parent 5b09eca6
......@@ -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)
......
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