aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextAndLinkCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTextAndLinkCell.h')
-rw-r--r--Source/SPTextAndLinkCell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPTextAndLinkCell.h b/Source/SPTextAndLinkCell.h
index 75723796..d9f2ea1e 100644
--- a/Source/SPTextAndLinkCell.h
+++ b/Source/SPTextAndLinkCell.h
@@ -31,7 +31,8 @@ enum sptextandlinkcell_drawstates
SP_LINKDRAWSTATE_BACKGROUNDHIGHLIGHT = 2
};
-@interface SPTextAndLinkCell : NSTextFieldCell {
+@interface SPTextAndLinkCell : NSTextFieldCell
+{
BOOL hasLink;
NSButtonCell *linkButton;