Issue #3897: Make Constructors public in Cocos2d-JS

This commit is contained in:
pandamicro 2014-03-24 22:05:19 +08:00
parent bfa7d3e38c
commit 45d4397d20
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ To enable set it to a value different than 0. Disabled by default.
protected by default.
*/
#ifndef CC_CONSTRUCTOR_ACCESS
#define CC_CONSTRUCTOR_ACCESS protected
#define CC_CONSTRUCTOR_ACCESS public
#endif
#endif // __CCCONFIG_H__