mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
oops, forgot to make this function pure virtual, broke mac
This commit is contained in:
parent
8a8fae8fd5
commit
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,
|
||||
|
Loading…
Reference in New Issue
Block a user