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:
@@ -372,9 +372,6 @@ private:
|
|||||||
// NSTextFieldCell customized to allow vertical alignment
|
// NSTextFieldCell customized to allow vertical alignment
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
#ifndef __LP64__
|
|
||||||
#define wxTextFieldCell NSTextFieldCell
|
|
||||||
#else
|
|
||||||
@interface wxTextFieldCell : NSTextFieldCell
|
@interface wxTextFieldCell : NSTextFieldCell
|
||||||
{
|
{
|
||||||
@private
|
@private
|
||||||
@@ -384,7 +381,6 @@ private:
|
|||||||
|
|
||||||
-(void) setWXAlignment:(int)alignment;
|
-(void) setWXAlignment:(int)alignment;
|
||||||
@end
|
@end
|
||||||
#endif
|
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// wxImageTextCell
|
// wxImageTextCell
|
||||||
|
Reference in New Issue
Block a user