зеркало из https://github.com/mozilla/gecko-dev.git
AIX requires a constructor for the nsPermanentAtom since this relies on
"new replacement" r=dbaron@fas.harvard.edu sr=shaver@mozilla.org # 112824
This commit is contained in:
Родитель
545842f66c
Коммит
3c7d0ffdc4
|
@ -76,6 +76,7 @@ public:
|
|||
|
||||
class PermanentAtomImpl : public AtomImpl {
|
||||
public:
|
||||
PermanentAtomImpl() : AtomImpl() {}
|
||||
NS_IMETHOD_(nsrefcnt) AddRef();
|
||||
NS_IMETHOD_(nsrefcnt) Release();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче