зеркало из https://github.com/mozilla/gecko-dev.git
on AIX (and I am suspecting HPUX) nsDerivedSafe needs to be a friend in
order to access the private constructor.
This commit is contained in:
Родитель
7af07e06fa
Коммит
502899b64d
|
@ -105,6 +105,8 @@ protected:
|
|||
|
||||
friend class TransactionFactory;
|
||||
|
||||
friend class nsDerivedSafe<InsertTextTxn>; // work around for a compiler bug
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -105,6 +105,8 @@ protected:
|
|||
|
||||
friend class TransactionFactory;
|
||||
|
||||
friend class nsDerivedSafe<InsertTextTxn>; // work around for a compiler bug
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче