fixed bug of definition of utils:: getCascadeBoundingBox()

This commit is contained in:
SunLightJuly 2014-10-21 11:07:11 +08:00
parent 6313f9a622
commit 0cb8a3922b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ namespace utils
/** /**
* calculate all children's boundingBox * calculate all children's boundingBox
*/ */
Rect getCascadeBoundingBox(Node *node); Rect CC_DLL getCascadeBoundingBox(Node *node);
} }
NS_CC_END NS_CC_END