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
Родитель 4d47d4754c
Коммит 0bf0dea2fb
1 изменённых файлов: 2 добавлений и 2 удалений

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

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