From da30999f2b71fdc2997fdb83fb65146c053759ed Mon Sep 17 00:00:00 2001 From: "djsollen@google.com" Date: Mon, 4 Jun 2012 14:13:06 +0000 Subject: change static variable to #define git-svn-id: http://skia.googlecode.com/svn/trunk@4138 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/ports/SkTypeface_android.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h index 0b90021625..09fcf3b1f7 100644 --- a/include/ports/SkTypeface_android.h +++ b/include/ports/SkTypeface_android.h @@ -32,7 +32,7 @@ enum FallbackScripts { // This particular mapping will be removed after WebKit is updated to use the // new mappings. No new caller should use the kTamil_FallbackScript but rather // the more specific Tamil scripts in the standard enum. -static FallbackScripts kTamil_FallbackScript = kTamilRegular_FallbackScript; +#define kTamil_FallbackScript kTamilRegular_FallbackScript #define SkTypeface_ValidScript(s) (s >= 0 && s < kFallbackScriptNumber) -- cgit v1.2.3