mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:57:39 +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…
Add table
Add a link
Reference in a new issue