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

git-svn-id: svn://10.0.0.236/trunk@7793 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1998-08-12 00:33:53 +00:00
parent 1eb74866f3
commit d32b05510e

View File

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