oops, don't say static for an extern function

git-svn-id: http://skia.googlecode.com/svn/trunk@8387 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-03-26 12:32:03 +00:00
parent 1fa793fa6b
commit e8be73b2d3

View 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