r=waterson enums used in structs must be public members for HPUX

This commit is contained in:
mgleeson1%netscape.com 1999-10-06 18:56:03 +00:00
parent 4200161bd1
commit 2e5a2e52e1
2 changed files with 4 additions and 0 deletions

View File

@ -232,7 +232,9 @@ protected:
const nsString& aMedia);
public:
enum State { eInProlog, eInDocumentElement, eInOverlayElement, eInScript, eInEpilog };
protected:
State mState;

View File

@ -232,7 +232,9 @@ protected:
const nsString& aMedia);
public:
enum State { eInProlog, eInDocumentElement, eInOverlayElement, eInScript, eInEpilog };
protected:
State mState;