mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-19 17:38:41 +01:00
changed deprecated uint32 declaration to uint32_t
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
|
||||
void *WriteToTiff(float * imgData, const char * imgname, int nrow, int ncol);
|
||||
|
||||
float *ReadFromTiff( const char * imgname, uint32 &nrow, uint32 &ncol);
|
||||
float *ReadFromTiff( const char * imgname, uint32_t &nrow, uint32_t &ncol);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user