Correct minor issues.

This commit is contained in:
Gregory John Casamento 2020-07-27 11:20:18 -04:00
parent 073fdbf72f
commit 76b39a904f
2 changed files with 2 additions and 1 deletions

View file

@ -47,7 +47,7 @@ enum
};
typedef NSUInteger NSPageControllerTransitionStyle;
@interface NSPageController : NSViewController <NSCoding>
@interface NSPageController : NSViewController
{
NSPageControllerTransitionStyle _transitionStyle;
id<NSPageControllerDelegate> _delegate;