Fixed typo

This commit is contained in:
dcone%netscape.com 1999-02-04 15:54:34 +00:00
parent 4259af374f
commit a91550956e

View File

@ -33,7 +33,7 @@ public:
/**
@see nsIImage.h
*/
virtual PRInt32 GetBytesPix() { return ThePixelmap.cmpCount; }
virtual PRInt32 GetBytesPix() { return mThePixelmap.cmpCount; }
virtual PRInt32 GetHeight() { return mHeight;}
virtual PRInt32 GetWidth() { return mWidth; }
virtual PRUint8* GetBits() ; //{ return mImageBits; }