mirror of https://github.com/axmolengine/axmol.git
Reverse CONSTRUCTOR_ACCESS to public
This commit is contained in:
parent
581ef454eb
commit
610524a6e9
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue