From 45e8aabaf3ecb2c7e3a56aa4ed0165e0287d63ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Berg?= Date: Wed, 24 Mar 2010 09:04:06 +0100 Subject: [PATCH] Post merge fix: Since we're 10.5 SDK again, we cannot use non-informal protocols. --- DBPrefsWindowController.h | 2 +- PBGitWindowController.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DBPrefsWindowController.h b/DBPrefsWindowController.h index b013ac7..5cb711e 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/PBGitWindowController.h b/PBGitWindowController.h index 5b1296f..1d9cac8 100644 --- a/PBGitWindowController.h +++ b/PBGitWindowController.h @@ -11,7 +11,7 @@ @class PBViewController, PBGitSidebarController; -@interface PBGitWindowController : NSWindowController { +@interface PBGitWindowController : NSWindowController { __weak PBGitRepository* repository; PBViewController *contentController;