diff --git a/src/tiffcomposite_int.hpp b/src/tiffcomposite_int.hpp index 1a7002c1..d2c04ed3 100644 --- a/src/tiffcomposite_int.hpp +++ b/src/tiffcomposite_int.hpp @@ -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