Fixed compile time test

This commit is contained in:
Davis King 2011-05-28 09:18:09 -04:00
parent d3a73bdbae
commit dc1cafe846
1 changed files with 1 additions and 1 deletions

View File

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