bah, stupid build problems

This commit is contained in:
pavlov%netscape.com 2001-10-12 09:11:33 +00:00
parent efe1db62b0
commit 76c6856f48

View File

@ -52,7 +52,7 @@ inBitmapDecoder::~inBitmapDecoder()
NS_IMETHODIMP inBitmapDecoder::Init(imgILoad *aLoad)
{
mObserver = do_QueryInterface(aRequest);
mObserver = do_QueryInterface(aLoad);
mImage = do_CreateInstance("@mozilla.org/image/container;1");
if (!mImage) return NS_ERROR_FAILURE;