From e8be73b2d3ac2bbd3075e37f159f8f0a2d31dac3 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Tue, 26 Mar 2013 12:32:03 +0000 Subject: [PATCH] oops, don't say static for an extern function git-svn-id: http://skia.googlecode.com/svn/trunk@8387 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/ports/SkTypeface_android.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h index eb0cd25..0592167 100644 --- a/include/ports/SkTypeface_android.h +++ b/include/ports/SkTypeface_android.h @@ -93,7 +93,6 @@ SK_API void SkUseTestFontConfigFile(const char* mainconf, const char* fallbackco * get the 3rd can still inspect the original, and try to match its * stylistic attributes. */ -static SkTypeface* SkAndroidNextLogicalTypeface(SkFontID currFontID, - SkFontID origFontID); +SkTypeface* SkAndroidNextLogicalTypeface(SkFontID currFontID, SkFontID origFontID); #endif -- 2.7.4