mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:07:39 +00:00
Make shared instance var static
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11159 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce2dfc8d5f
commit
168db2ce11
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
#include <AppKit/NSSavePanel.h>
|
||||
#include <AppKit/NSView.h>
|
||||
|
||||
NSPrintPanel *shared_instance;
|
||||
static NSPrintPanel *shared_instance;
|
||||
|
||||
#define GSPANELNAME @"GSPrintPanel"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue