Reverse CONSTRUCTOR_ACCESS to public

This commit is contained in:
pandamicro 2014-03-28 18:05:17 +08:00
parent 581ef454eb
commit 610524a6e9
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,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__