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:
jdunn%netscape.com 1999-04-12 20:14:20 +00:00
Родитель 7af07e06fa
Коммит 502899b64d
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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