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:
jdunn%netscape.com 2002-01-03 15:57:59 +00:00
Родитель 545842f66c
Коммит 3c7d0ffdc4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -76,6 +76,7 @@ public:
class PermanentAtomImpl : public AtomImpl {
public:
PermanentAtomImpl() : AtomImpl() {}
NS_IMETHOD_(nsrefcnt) AddRef();
NS_IMETHOD_(nsrefcnt) Release();