Skip to content

Commit 2dbc7b9

Browse files
committed
fix typo (which turns out builds on gcc)
1 parent 73c990d commit 2dbc7b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dlib/image_loader/jpeg_loader.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ namespace dlib
8181

8282
FILE * check_file(const char* filename );
8383
void read_image( FILE *file, const unsigned char* imgbuffer, size_t imgbuffersize );
84-
size_t long height_;
85-
size_t long width_;
86-
size_t long output_components_;
84+
size_t height_;
85+
size_t width_;
86+
size_t output_components_;
8787
std::vector<unsigned char> data;
8888
};
8989

0 commit comments

Comments
 (0)