Must fix build bustage. I have to have access to members of this object without

being forced to call member functions (since my content nodes are in a separate
DLL from layout).
This commit is contained in:
hyatt%netscape.com 1999-09-02 02:09:07 +00:00
parent 903fa1916f
commit 47259d4d45
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ public:
void AppendToString(nsString& aBuffer) const;
void ToString(nsString& aBuffer) const;
protected:
public:
nsStyleUnit mUnit;
nsStyleUnion mValue;
};

View File

@ -74,7 +74,7 @@ public:
void AppendToString(nsString& aBuffer) const;
void ToString(nsString& aBuffer) const;
protected:
public:
nsStyleUnit mUnit;
nsStyleUnion mValue;
};

View File

@ -74,7 +74,7 @@ public:
void AppendToString(nsString& aBuffer) const;
void ToString(nsString& aBuffer) const;
protected:
public:
nsStyleUnit mUnit;
nsStyleUnion mValue;
};