зеркало из https://github.com/mozilla/pjs.git
missing '&' found, returned to rightful home
This commit is contained in:
Родитель
c95550b563
Коммит
85abdef8c2
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче