From: reed@google.com Date: Tue, 26 Mar 2013 12:32:03 +0000 (+0000) Subject: oops, don't say static for an extern function X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~12958 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8be73b2d3ac2bbd3075e37f159f8f0a2d31dac3;p=platform%2Fupstream%2FlibSkiaSharp.git oops, don't say static for an extern function git-svn-id: http://skia.googlecode.com/svn/trunk@8387 2bbb7eff-a529-9590-31e7-b0007b416f81 --- 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