From b1cd163c987b3e381bd54d6ecb5e484ba3976d7e Mon Sep 17 00:00:00 2001 From: Uwe Hees Date: Sat, 12 Mar 2011 10:35:13 +0100 Subject: [PATCH] Comment out delegate declarations that are only present in 10.6 --- DBPrefsWindowController.h | 2 +- PBGitHistoryController.h | 2 +- PBGitSidebarController.h | 2 +- PBGitWindowController.h | 2 +- gitx_askpasswd_main.m | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DBPrefsWindowController.h b/DBPrefsWindowController.h index 417b295..63b7855 100644 --- a/DBPrefsWindowController.h +++ b/DBPrefsWindowController.h @@ -42,7 +42,7 @@ #import -@interface DBPrefsWindowController : NSWindowController { +@interface DBPrefsWindowController : NSWindowController /**/{ NSMutableArray *toolbarIdentifiers; NSMutableDictionary *toolbarViews; NSMutableDictionary *toolbarItems; diff --git a/PBGitHistoryController.h b/PBGitHistoryController.h index fe373f5..f9cf468 100644 --- a/PBGitHistoryController.h +++ b/PBGitHistoryController.h @@ -22,7 +22,7 @@ @class PBHistorySearchController; -@interface PBGitHistoryController : PBViewController { +@interface PBGitHistoryController : PBViewController /**/{ IBOutlet PBRefController *refController; IBOutlet NSSearchField *searchField; IBOutlet NSArrayController* commitController; diff --git a/PBGitSidebarController.h b/PBGitSidebarController.h index 8bacbe2..623c816 100644 --- a/PBGitSidebarController.h +++ b/PBGitSidebarController.h @@ -13,7 +13,7 @@ @class PBGitHistoryController; @class PBGitCommitController; -@interface PBGitSidebarController : PBViewController { +@interface PBGitSidebarController : PBViewController /**/{ IBOutlet NSWindow *window; IBOutlet NSOutlineView *sourceView; IBOutlet NSView *sourceListControlsView; diff --git a/PBGitWindowController.h b/PBGitWindowController.h index 0eb02df..c844bf6 100644 --- a/PBGitWindowController.h +++ b/PBGitWindowController.h @@ -14,7 +14,7 @@ @class PBViewController, PBGitSidebarController, PBGitCommitController; -@interface PBGitWindowController : NSWindowController { +@interface PBGitWindowController : NSWindowController /**/{ __weak PBGitRepository* repository; PBViewController *contentController; diff --git a/gitx_askpasswd_main.m b/gitx_askpasswd_main.m index a2d65ba..ae9a43b 100644 --- a/gitx_askpasswd_main.m +++ b/gitx_askpasswd_main.m @@ -30,7 +30,7 @@ #define WINDOWAUTOSAVENAME @"GitXAskPasswordWindowFrame" -@interface GAPAppDelegate : NSObject +@interface GAPAppDelegate : NSObject /**/ { NSPanel* mPasswordPanel; NSSecureTextField* mPasswordField;