diff options
Diffstat (limited to 'components/gfx/text/util.rs')
-rw-r--r-- | components/gfx/text/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/text/util.rs b/components/gfx/text/util.rs index 9fc60084d5c..c8d082c405a 100644 --- a/components/gfx/text/util.rs +++ b/components/gfx/text/util.rs @@ -4,7 +4,7 @@ use text::glyph::CharIndex; -#[deriving(PartialEq)] +#[deriving(PartialEq, Eq, Copy)] pub enum CompressionMode { CompressNone, CompressWhitespace, |