From ceb7ac070de284fea209962bf7352bffc1788218 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 24 Jan 2013 20:53:51 +0000 Subject: Fix warnings due to not conforming to 10.6 protocols. --- Source/SPFieldEditorController.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Source/SPFieldEditorController.h') 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 - -#endif +@interface SPFieldEditorController : NSWindowController { IBOutlet id editSheetProgressBar; IBOutlet id editSheetSegmentControl; -- cgit v1.2.3