Merge pull request #368 from songchengjiang/motionstreak3d

add CC_DLL
This commit is contained in:
XiaoYang 2015-09-02 15:59:34 +08:00
commit 09c086dc10
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.