зеркало из https://github.com/mozilla/gecko-dev.git
Removing a spurious comma, fixing AIX and HP-UX build bustage. I don't see why this code should've compiled for anyone.
This commit is contained in:
Родитель
5d3019c758
Коммит
aa6270418f
|
@ -39,7 +39,7 @@ enum nsVariantType {
|
|||
// when the variant is deleted
|
||||
nsVariantType_voidPtr,
|
||||
nsVariantType_charPtr,
|
||||
nsVariantType_PRUnicharPtr,
|
||||
nsVariantType_PRUnicharPtr
|
||||
};
|
||||
|
||||
class nsVariantValue {
|
||||
|
|
|
@ -39,7 +39,7 @@ enum nsVariantType {
|
|||
// when the variant is deleted
|
||||
nsVariantType_voidPtr,
|
||||
nsVariantType_charPtr,
|
||||
nsVariantType_PRUnicharPtr,
|
||||
nsVariantType_PRUnicharPtr
|
||||
};
|
||||
|
||||
class nsVariantValue {
|
||||
|
|
Загрузка…
Ссылка в новой задаче