making copacetic for AIX
git-svn-id: svn://10.0.0.236/trunk@49593 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user