Post merge fix: Since we're 10.5 SDK again, we cannot use non-informal protocols.

This commit is contained in:
André Berg
2010-03-24 09:04:06 +01:00
parent 4832f3b59f
commit 45e8aabaf3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
#import <Cocoa/Cocoa.h>
@interface DBPrefsWindowController : NSWindowController <NSAnimationDelegate, NSToolbarDelegate> {
@interface DBPrefsWindowController : NSWindowController {
NSMutableArray *toolbarIdentifiers;
NSMutableDictionary *toolbarViews;
NSMutableDictionary *toolbarItems;
+1 -1
View File
@@ -11,7 +11,7 @@
@class PBViewController, PBGitSidebarController;
@interface PBGitWindowController : NSWindowController <NSWindowDelegate> {
@interface PBGitWindowController : NSWindowController {
__weak PBGitRepository* repository;
PBViewController *contentController;