mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6744 from NatWeiss/patch-8
Fix compilation error using arch i386
This commit is contained in:
commit
6dea951ac6
|
@ -47,6 +47,7 @@
|
||||||
CCCustomNSTextField* textField_;
|
CCCustomNSTextField* textField_;
|
||||||
void* editBox_;
|
void* editBox_;
|
||||||
BOOL editState_;
|
BOOL editState_;
|
||||||
|
NSMutableDictionary* placeholderAttributes_;
|
||||||
}
|
}
|
||||||
|
|
||||||
@property(nonatomic, retain) NSTextField* textField;
|
@property(nonatomic, retain) NSTextField* textField;
|
||||||
|
|
Loading…
Reference in New Issue