From 6aa667c912cca083077ea1424a8aa70f92b0ca9d Mon Sep 17 00:00:00 2001 From: samuele3hu Date: Fri, 8 Aug 2014 15:22:43 +0800 Subject: [PATCH] Add CC_DLL for FontFNT --- cocos/2d/CCFontFNT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/2d/CCFontFNT.h b/cocos/2d/CCFontFNT.h index 945f81c0ac..78413fcf53 100644 --- a/cocos/2d/CCFontFNT.h +++ b/cocos/2d/CCFontFNT.h @@ -32,7 +32,7 @@ NS_CC_BEGIN class BMFontConfiguration; -class FontFNT : public Font +class CC_DLL FontFNT : public Font { public: