diff options
author | stuconnolly <stuart02@gmail.com> | 2012-04-29 10:08:52 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-04-29 10:08:52 +0000 |
commit | fb3b03a7d96870cc3829a8c1d01b37267866e8e7 (patch) | |
tree | 6ec3239fcdf8085273c53359e0a6ea58ed421706 /Source/SPFieldEditorController.h | |
parent | 4cad6f0e6e4fb497b480256c2abe3de34ebf225c (diff) | |
download | sequelpro-fb3b03a7d96870cc3829a8c1d01b37267866e8e7.tar.gz sequelpro-fb3b03a7d96870cc3829a8c1d01b37267866e8e7.tar.bz2 sequelpro-fb3b03a7d96870cc3829a8c1d01b37267866e8e7.zip |
Bring outline view branch up to date with trunk (r3586:r3592).
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index f45b6070..da78785b 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -22,6 +22,7 @@ // // More info at <http://code.google.com/p/sequel-pro/> +@class SPWindow; /** * @class SPFieldEditorController SPFieldEditorController.h @@ -45,7 +46,7 @@ IBOutlet id hexTextView; IBOutlet id editTextScrollView; IBOutlet id hexTextScrollView; - IBOutlet id editSheet; + IBOutlet SPWindow *editSheet; IBOutlet id editSheetCancelButton; IBOutlet id editSheetIsNotEditableCancelButton; IBOutlet id editSheetOkButton; |