diff --git a/cocos/base/ccUtils.h b/cocos/base/ccUtils.h index 2f4170127e..9598a4e929 100644 --- a/cocos/base/ccUtils.h +++ b/cocos/base/ccUtils.h @@ -86,7 +86,7 @@ namespace utils /** * calculate all children's boundingBox */ - Rect getCascadeBoundingBox(Node *node); + Rect CC_DLL getCascadeBoundingBox(Node *node); } NS_CC_END