Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Oct 1, 2022
1 parent 36cf778 commit 5550727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cocoa/Document.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#import "GBSplitView.h"
#import "GBVisualizerView.h"
#import "GBOSDView.h"
#import "GBOptionalVisualEffectView.h"
#import "GBDebuggerButton.h"

@class GBCheatWindowController;
Expand Down Expand Up @@ -60,7 +59,7 @@
@property uint8_t oamHeight;
@property (strong) IBOutlet NSView *audioRecordingAccessoryView;
@property (strong) IBOutlet NSPopUpButton *audioFormatButton;
@property (strong) IBOutlet GBOptionalVisualEffectView *debuggerSidebarEffectView;
@property (strong) IBOutlet NSVisualEffectView *debuggerSidebarEffectView API_AVAILABLE(macos(10.10));

@property (strong) IBOutlet GBDebuggerButton *debuggerContinueButton;
@property (strong) IBOutlet GBDebuggerButton *debuggerNextButton;
Expand Down

0 comments on commit 5550727

Please sign in to comment.