mirror of https://github.com/davisking/dlib.git
Fixed compile time test
This commit is contained in:
parent
d3a73bdbae
commit
dc1cafe846
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue