Change type of sizeDataArea_
This commit is contained in:
parent
30debd2635
commit
beaee05062
@ -704,7 +704,7 @@ class TiffDataEntry : public TiffDataEntryBase {
|
||||
private:
|
||||
// DATA
|
||||
byte* pDataArea_{}; //!< Pointer to the data area (never alloc'd)
|
||||
uint32_t sizeDataArea_{}; //!< Size of the data area
|
||||
size_t sizeDataArea_{}; //!< Size of the data area
|
||||
|
||||
}; // class TiffDataEntry
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user