diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 11c6340293..2350c1a41e 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -1120,7 +1120,7 @@ bool wxMsgCatalogFile::Load(const wxChar *szDirPrefix, const wxChar *szName0, return false; // get the file size (assume it is less than 4Gb...) - size_t nSize = fileMsg.Length(); + wxFileSize_t nSize = fileMsg.Length(); if ( nSize == wxInvalidOffset ) return false;