mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
GCC complains about unnecessary typedef from checkin of bug 555133 r=dholbert
This commit is contained in:
parent
4d47d4754c
commit
0bf0dea2fb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user