Quick fix adding export to GSMemoryPanel class

This commit is contained in:
Gregory John Casamento 2022-11-03 20:56:48 -04:00
parent 59558a519d
commit 30d0dc66ee

View file

@ -36,10 +36,12 @@
#import <AppKit/NSApplication.h>
#import <AppKit/NSPanel.h>
#import <AppKit/AppKitDefines.h>
@class NSTableView;
@class NSMutableArray;
APPKIT_EXPORT_CLASS
@interface GSMemoryPanel: NSPanel
{
NSTableView *table;