added CC_DLL to export VolatileTextureMgr

This commit is contained in:
Dale Stammen 2014-10-14 14:21:34 -07:00
parent 20246d648b
commit 21802abe13
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ protected:
FontDefinition _fontDefinition;
};
class VolatileTextureMgr
class CC_DLL VolatileTextureMgr
{
public:
static void addImageTexture(Texture2D *tt, const std::string& imageFileName);