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
Родитель 53214df7d7
Коммит 663516e016
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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