diff options
author | rowanbeentje <rowan@beent.je> | 2011-08-14 14:45:25 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-08-14 14:45:25 +0000 |
commit | aee5bc25beb877fb6484031c087b4f93096394eb (patch) | |
tree | b28856cc4bba76c8b6de5f64b398ae2f4822bef5 /Source/SPFieldEditorController.h | |
parent | 8fa65d0924287314ae74948698ecba9d978a7612 (diff) | |
download | sequelpro-aee5bc25beb877fb6484031c087b4f93096394eb.tar.gz sequelpro-aee5bc25beb877fb6484031c087b4f93096394eb.tar.bz2 sequelpro-aee5bc25beb877fb6484031c087b4f93096394eb.zip |
- Review changes made in r3376 and revert a number of regressions
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index e2cc3195..29d4c445 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -32,10 +32,9 @@ * 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> +#ifdef SP_REFACTOR +<NSComboBoxDataSource> #endif { IBOutlet id editSheetProgressBar; |