Commit 2dd29674 authored by Davis King's avatar Davis King

Minor change to avoid warning in visual studio.

parent 1cd67fe1
...@@ -958,9 +958,9 @@ namespace dlib ...@@ -958,9 +958,9 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
template <typename T> template <typename T>
class op_pointer_to_mat; struct op_pointer_to_mat;
template <typename T> template <typename T>
class op_pointer_to_col_vect; struct op_pointer_to_col_vect;
template < template <
typename T, typename T,
......
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