Fix 32 bit wxOSX build after wrong merge
Correct wrong merge of1c0ecec225
, the checks for __LP64__ should have been removed in the merge commitaaae5ef702
but were mistakenly left in. See https://github.com/wxWidgets/wxWidgets/pull/377
This commit is contained in:
parent
dfd03f5fee
commit
a2056d7314
@ -372,9 +372,6 @@ private:
|
||||
// NSTextFieldCell customized to allow vertical alignment
|
||||
// ============================================================================
|
||||
|
||||
#ifndef __LP64__
|
||||
#define wxTextFieldCell NSTextFieldCell
|
||||
#else
|
||||
@interface wxTextFieldCell : NSTextFieldCell
|
||||
{
|
||||
@private
|
||||
@ -384,7 +381,6 @@ private:
|
||||
|
||||
-(void) setWXAlignment:(int)alignment;
|
||||
@end
|
||||
#endif
|
||||
|
||||
// ============================================================================
|
||||
// wxImageTextCell
|
||||
|
Loading…
Reference in New Issue
Block a user