Use protected instead of private so VC6 gets less confused when nsDerivedSafe is involved. Hopefully fixing bustage. b=156716
git-svn-id: svn://10.0.0.236/trunk@171356 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
146eaf3ebd
commit
4477aa5576
@ -68,7 +68,7 @@ public:
|
||||
nsIAtom* MediumAt(PRInt32 aIndex) { return mArray[aIndex]; }
|
||||
void Clear() { mArray.Clear(); }
|
||||
|
||||
private:
|
||||
protected:
|
||||
~nsMediaList();
|
||||
|
||||
nsresult Delete(const nsAString & aOldMedium);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user