зеркало из https://github.com/mozilla/gecko-dev.git
Last enum should not be followed by a ','. This generates warnings on the Mac
This commit is contained in:
Родитель
7eb5972b2a
Коммит
6283ad2a30
|
@ -47,7 +47,7 @@ typedef enum{
|
|||
nsLowMedQual,
|
||||
nsMedQual,
|
||||
nsHighMedQual,
|
||||
nsHighQual,
|
||||
nsHighQual
|
||||
}nsBlendQuality;
|
||||
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ enum nsBorderStyle {
|
|||
///no border
|
||||
eBorderStyle_none,
|
||||
///dialog box border + title area
|
||||
eBorderStyle_dialog,
|
||||
eBorderStyle_dialog
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче