From 701e26997e7ea80b807ec2ee994276fb5ffd964c Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Fri, 18 Jan 2013 14:50:41 +0100 Subject: [PATCH] Fix typo in enum value --- Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h b/Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h index 0ba71341..43c5a91f 100644 --- a/Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h +++ b/Frameworks/OakFileBrowser/src/ui/OFBPathInfoCell.h @@ -1,7 +1,7 @@ #import enum { - OFBPathInfoCellHitCloseButton = (12 << 1), + OFBPathInfoCellHitCloseButton = (1 << 12), }; @interface OFBPathInfoCell : OakImageAndTextCell