mirror of https://github.com/axmolengine/axmol.git
Fix compilation error using arch i386
Adding a member variable to hold the `placeholderAttributes` property fixes a compilation error regarding synthesis when building with ARCH=i386.
This commit is contained in:
parent
eb973058f5
commit
146c9da102
|
@ -47,6 +47,7 @@
|
|||
CCCustomNSTextField* textField_;
|
||||
void* editBox_;
|
||||
BOOL editState_;
|
||||
NSMutableDictionary* placeholderAttributes_;
|
||||
}
|
||||
|
||||
@property(nonatomic, retain) NSTextField* textField;
|
||||
|
|
Loading…
Reference in New Issue