mirror of https://github.com/axmolengine/axmol.git
Issue #3897: Make Constructors public in Cocos2d-JS
This commit is contained in:
parent
bfa7d3e38c
commit
45d4397d20
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue