add CC_DLL

This commit is contained in:
songchengjiang 2015-09-02 15:55:58 +08:00
parent 5cabc592e0
commit addce6c565
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Texture2D;
/** @class MotionStreak3D.
* @brief Creates a trailing path. It is created from a line segment sweeping along the path.
*/
class MotionStreak3D : public Node, public TextureProtocol
class CC_DLL MotionStreak3D : public Node, public TextureProtocol
{
public:
/** Creates and initializes a motion streak with fade in seconds, minimum segments, stroke's width, color, texture filename.