mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Post merge fix: Since we're 10.5 SDK again, we cannot use non-informal protocols.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@interface DBPrefsWindowController : NSWindowController <NSAnimationDelegate, NSToolbarDelegate> {
|
||||
@interface DBPrefsWindowController : NSWindowController {
|
||||
NSMutableArray *toolbarIdentifiers;
|
||||
NSMutableDictionary *toolbarViews;
|
||||
NSMutableDictionary *toolbarItems;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
@class PBViewController, PBGitSidebarController;
|
||||
|
||||
@interface PBGitWindowController : NSWindowController <NSWindowDelegate> {
|
||||
@interface PBGitWindowController : NSWindowController {
|
||||
__weak PBGitRepository* repository;
|
||||
|
||||
PBViewController *contentController;
|
||||
|
||||
Reference in New Issue
Block a user