GCC complains about unnecessary typedef from checkin of bug 555133 r=dholbert

This commit is contained in:
Rob Arnold 2010-03-29 22:14:13 -04:00
Родитель 889fafe17c
Коммит 1546f33184
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -139,11 +139,11 @@ public:
PRBool* aIsOverridable)=0; PRBool* aIsOverridable)=0;
typedef enum Transparency { typedef enum {
eOpaque = 0, eOpaque = 0,
eTransparent, eTransparent,
eUnknownTransparency eUnknownTransparency
}; } Transparency;
/** /**
* Returns what we know about the transparency of the widget. * Returns what we know about the transparency of the widget.