diff options
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index fb3b6b80..a920c9b0 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -40,10 +40,7 @@ * This class offers a sheet for editing different kind of data such as text, blobs (including images) as * editSheet and bit fields as bitSheet. */ -@interface SPFieldEditorController : NSWindowController -#ifdef SP_REFACTOR -<NSComboBoxDataSource> -#endif +@interface SPFieldEditorController : NSWindowController <NSComboBoxDataSource> { IBOutlet id editSheetProgressBar; IBOutlet id editSheetSegmentControl; |