mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fix typo (which turns out builds on gcc)
This commit is contained in:
parent
73c990dd18
commit
2dbc7b9f7c
@ -81,9 +81,9 @@ namespace dlib
|
||||
|
||||
FILE * check_file(const char* filename );
|
||||
void read_image( FILE *file, const unsigned char* imgbuffer, size_t imgbuffersize );
|
||||
size_t long height_;
|
||||
size_t long width_;
|
||||
size_t long output_components_;
|
||||
size_t height_;
|
||||
size_t width_;
|
||||
size_t output_components_;
|
||||
std::vector<unsigned char> data;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user