oops, forgot to make this function pure virtual, broke mac

This commit is contained in:
alecf%netscape.com 1999-04-10 21:15:25 +00:00
Родитель 8a8fae8fd5
Коммит c1c46f0ff7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -101,7 +101,7 @@ public:
NS_IMETHOD SetColorPrefDWord(const char *pref_name, PRUint32 colorref) = 0;
NS_IMETHOD SetRectPref(const char *pref_name,
PRInt16 left, PRInt16 top, PRInt16 right, PRInt16 bottom) = 0;
NS_IMETHOD ClearUserPref(const char *pref_name);
NS_IMETHOD ClearUserPref(const char *pref_name) = 0;
// Get Defaults
NS_IMETHOD GetDefaultCharPref(const char *pref,