mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Quick fix adding export to GSMemoryPanel class
This commit is contained in:
parent
59558a519d
commit
30d0dc66ee
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue