summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libs/hwui/FontRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/FontRenderer.h b/libs/hwui/FontRenderer.h
index 3a7aa96..f685d5f 100644
--- a/libs/hwui/FontRenderer.h
+++ b/libs/hwui/FontRenderer.h
@@ -42,7 +42,7 @@ class FontRenderer;
class Font {
public:
enum Style {
- kFakeBold
+ kFakeBold = 1
};
~Font();