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:
dbaron%dbaron.org 2005-03-30 01:42:06 +00:00
parent 146eaf3ebd
commit 4477aa5576

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);