Commit dc1cafe8 authored by Davis King's avatar Davis King

Fixed compile time test

parent d3a73bdb
...@@ -52,7 +52,7 @@ namespace dlib ...@@ -52,7 +52,7 @@ namespace dlib
this function. You must also make sure you set your build environment this function. You must also make sure you set your build environment
to link against the libpng library. to link against the libpng library.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
COMPILE_TIME_ASSERT(sizeof(T) == 0); COMPILE_TIME_ASSERT(sizeof(image_type) == 0);
#else #else
std::vector<png_byte*> row_pointers(img.nr()); std::vector<png_byte*> row_pointers(img.nr());
FILE *fp; FILE *fp;
......
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