зеркало из https://github.com/mozilla/pjs.git
GCC complains about unnecessary typedef from checkin of bug 555133 r=dholbert
This commit is contained in:
Родитель
889fafe17c
Коммит
1546f33184
|
@ -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.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче