missing '&' found, returned to rightful home

git-svn-id: svn://10.0.0.236/trunk@20862 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
1999-02-17 03:12:03 +00:00
parent 519bd126c3
commit cc96f52e14
3 changed files with 3 additions and 3 deletions

View File

@@ -50,5 +50,5 @@ nsCOMPtr_base::begin_assignment()
if ( mRawPtr )
NSCAP_RELEASE(mRawPtr);
mRawPtr = 0;
return NSCAP_REINTERPRET_CAST(void**, mRawPtr);
return NSCAP_REINTERPRET_CAST(void**, &mRawPtr);
}