Fixed mac warnings

git-svn-id: svn://10.0.0.236/trunk@4637 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
atotic
1998-06-27 02:47:44 +00:00
parent de5bb38c01
commit ddf76d4a60
3 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ public:
eColWidthType_Auto = 0, // width based on contents
eColWidthType_Percent = 1, // (float) 1.0 == 100%
eColWidthType_Coord = 2, // (nscoord) value is twips
eColWidthType_Proportional = 3, // (int) value has proportional meaning
eColWidthType_Proportional = 3 // (int) value has proportional meaning
};
private: