diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-26 12:32:03 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-26 12:32:03 +0000 |
commit | e8be73b2d3ac2bbd3075e37f159f8f0a2d31dac3 (patch) | |
tree | d5b7e5e5863a8b7a77439e58eb1fa25bdbf193e2 | |
parent | 1fa793fa6b83219a266124aa70455540b98a4633 (diff) |
oops, don't say static for an extern function
git-svn-id: http://skia.googlecode.com/svn/trunk@8387 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | include/ports/SkTypeface_android.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h index eb0cd25253..0592167964 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 |