Fixed bug #313386. Very classic example of not using const keyword. rev/cmanske app/pnunn.

This commit is contained in:
gagan%netscape.com 1998-08-12 00:33:53 +00:00
parent 081273871c
commit d7096c11e4

View File

@ -126,7 +126,7 @@ NetContextImpl::NetContextImpl(MWContext *aContext,
{
NS_INIT_REFCNT();
mContext = aContext;
aReloadPolicy = mReloadPolicy;
mReloadPolicy = aReloadPolicy;
}
NetContextImpl::~NetContextImpl()