mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +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
|
@ -43,7 +43,7 @@
|
|||
#include <AppKit/NSPageLayout.h>
|
||||
#include <AppKit/NSPrinter.h>
|
||||
|
||||
NSPageLayout *shared_instance;
|
||||
static NSPageLayout *shared_instance;
|
||||
|
||||
#define GSPANELNAME @"GSPageLayout"
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include <AppKit/NSSavePanel.h>
|
||||
#include <AppKit/NSView.h>
|
||||
|
||||
NSPrintPanel *shared_instance;
|
||||
static NSPrintPanel *shared_instance;
|
||||
|
||||
#define GSPANELNAME @"GSPrintPanel"
|
||||
|
||||
|
|
Loading…
Reference in a new issue