mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
r=waterson enums used in structs must be public members for HPUX
This commit is contained in:
parent
4200161bd1
commit
2e5a2e52e1
@ -232,7 +232,9 @@ protected:
|
||||
const nsString& aMedia);
|
||||
|
||||
|
||||
public:
|
||||
enum State { eInProlog, eInDocumentElement, eInOverlayElement, eInScript, eInEpilog };
|
||||
protected:
|
||||
|
||||
State mState;
|
||||
|
||||
|
@ -232,7 +232,9 @@ protected:
|
||||
const nsString& aMedia);
|
||||
|
||||
|
||||
public:
|
||||
enum State { eInProlog, eInDocumentElement, eInOverlayElement, eInScript, eInEpilog };
|
||||
protected:
|
||||
|
||||
State mState;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user