diff options
Diffstat (limited to 'Source/SPDataCellFormatter.h')
-rw-r--r-- | Source/SPDataCellFormatter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h index dc229e9b..9c2e8c3a 100644 --- a/Source/SPDataCellFormatter.h +++ b/Source/SPDataCellFormatter.h @@ -25,7 +25,8 @@ #import <Cocoa/Cocoa.h> -@interface SPDataCellFormatter : NSFormatter { +@interface SPDataCellFormatter : NSFormatter +{ int textLimit; } |