oops, don't say static for an extern function
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 26 Mar 2013 12:32:03 +0000 (12:32 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 26 Mar 2013 12:32:03 +0000 (12:32 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@8387 2bbb7eff-a529-9590-31e7-b0007b416f81

include/ports/SkTypeface_android.h

index eb0cd25..0592167 100644 (file)
@@ -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