mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
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:
parent
545842f66c
commit
3c7d0ffdc4
@ -76,6 +76,7 @@ public:
|
||||
|
||||
class PermanentAtomImpl : public AtomImpl {
|
||||
public:
|
||||
PermanentAtomImpl() : AtomImpl() {}
|
||||
NS_IMETHOD_(nsrefcnt) AddRef();
|
||||
NS_IMETHOD_(nsrefcnt) Release();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user