зеркало из https://github.com/mozilla/pjs.git
making copacetic for AIX
This commit is contained in:
Родитель
1227c3aa42
Коммит
abb582d012
|
@ -119,13 +119,13 @@ public:
|
|||
SetReference(aReferent);
|
||||
}
|
||||
|
||||
nsCWeakReference(const nsCWeakReference &aOriginal) {
|
||||
nsCWeakReference(const nsCWeakReference<T> &aOriginal) {
|
||||
mProxy = aOriginal.mProxy;
|
||||
if (mProxy)
|
||||
mProxy->AddReference();
|
||||
}
|
||||
|
||||
nsCWeakReference& operator= (const nsCWeakReference &aOriginal) {
|
||||
nsCWeakReference<T>& operator= (const nsCWeakReference<T> &aOriginal) {
|
||||
nsCWeakProxy *temp = mProxy;
|
||||
mProxy = aOriginal.mProxy;
|
||||
if (mProxy)
|
||||
|
|
Загрузка…
Ссылка в новой задаче