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:
NatWeiss 2014-05-14 10:29:11 -07:00
parent eb973058f5
commit 146c9da102
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
CCCustomNSTextField* textField_;
void* editBox_;
BOOL editState_;
NSMutableDictionary* placeholderAttributes_;
}
@property(nonatomic, retain) NSTextField* textField;