summaryrefslogtreecommitdiffstats
path: root/media/img_utils/src/TiffEntryImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/img_utils/src/TiffEntryImpl.cpp')
-rw-r--r--media/img_utils/src/TiffEntryImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/img_utils/src/TiffEntryImpl.cpp b/media/img_utils/src/TiffEntryImpl.cpp
index 2052ceb..6efa458 100644
--- a/media/img_utils/src/TiffEntryImpl.cpp
+++ b/media/img_utils/src/TiffEntryImpl.cpp
@@ -23,7 +23,7 @@ namespace android {
namespace img_utils {
template<>
-uint32_t TiffEntryImpl<TiffIfd>::getSize() const {
+size_t TiffEntryImpl<TiffIfd>::getSize() const {
uint32_t total = 0;
for (uint32_t i = 0; i < mCount; ++i) {
total += mData[i].getSize();