Use protected instead of private so VC6 gets less confused when nsDerivedSafe is involved. Hopefully fixing bustage. b=156716

This commit is contained in:
dbaron%dbaron.org 2005-03-30 01:42:06 +00:00
parent 53214df7d7
commit 663516e016

View File

@ -68,7 +68,7 @@ public:
nsIAtom* MediumAt(PRInt32 aIndex) { return mArray[aIndex]; }
void Clear() { mArray.Clear(); }
private:
protected:
~nsMediaList();
nsresult Delete(const nsAString & aOldMedium);