зеркало из https://github.com/mozilla/gecko-dev.git
oops, forgot to make this function pure virtual, broke mac
This commit is contained in:
Родитель
8a8fae8fd5
Коммит
c1c46f0ff7
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче