mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Use protected instead of private so VC6 gets less confused when nsDerivedSafe is involved. Hopefully fixing bustage. b=156716
This commit is contained in:
parent
53214df7d7
commit
663516e016
@ -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…
Reference in New Issue
Block a user