fix linux bustage

This commit is contained in:
vladimir@pobox.com 2007-11-29 12:16:04 -08:00
parent c06f0dc4e3
commit 11e3011229

View File

@ -557,7 +557,7 @@ public:
* However, when printing complex renderings such as SVG,
* care should be taken to clear this flag.
*/
FLAG_SIMPLIFY_OPERATORS = (1 << 0),
FLAG_SIMPLIFY_OPERATORS = (1 << 0)
};
void SetFlag(PRInt32 aFlag) { mFlags |= aFlag; }