Fix typo in enum value

This commit is contained in:
Allan Odgaard
2013-01-18 14:50:41 +01:00
parent d40a1fa431
commit 701e26997e

View File

@@ -1,7 +1,7 @@
#import <OakAppKit/OakImageAndTextCell.h>
enum {
OFBPathInfoCellHitCloseButton = (12 << 1),
OFBPathInfoCellHitCloseButton = (1 << 12),
};
@interface OFBPathInfoCell : OakImageAndTextCell