U32 LLImageJ2C::mAreaUsedForDataSizeCalcs now initialized to 0

This commit is contained in:
Shyotl
2011-03-27 19:00:36 -05:00
parent 74659e6121
commit acf31bb885

View File

@@ -179,8 +179,8 @@ LLImageJ2C::LLImageJ2C() : LLImageFormatted(IMG_CODEC_J2C),
mMaxBytes(0),
mRawDiscardLevel(-1),
mRate(0.0f),
mReversible(FALSE)
mReversible(FALSE),
mAreaUsedForDataSizeCalcs(0)
{
//We assume here that if we wanted to create via
//a dynamic library that the approriate open calls were made