diff options
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index 1f3b6ea8..96d3501f 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -32,7 +32,11 @@ * This class offers a sheet for editing different kind of data such as text, blobs (including images) as * editSheet and bit fields as bitSheet. */ +#ifndef SP_REFACTOR @interface SPFieldEditorController : NSWindowController +#else +@interface SPFieldEditorController : NSWindowController <NSComboBoxDataSource> +#endif { IBOutlet id editSheetProgressBar; IBOutlet id editSheetSegmentControl; @@ -155,7 +159,9 @@ BOOL wasCutPaste; BOOL selectionChanged; +#ifndef SP_REFACTOR NSUserDefaults *prefs; +#endif NSDictionary *qlTypes; |