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:
Adam Fedor 2001-10-16 03:20:01 +00:00
parent ce2dfc8d5f
commit 168db2ce11
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
#include <AppKit/NSPageLayout.h>
#include <AppKit/NSPrinter.h>
NSPageLayout *shared_instance;
static NSPageLayout *shared_instance;
#define GSPANELNAME @"GSPageLayout"

View file

@ -42,7 +42,7 @@
#include <AppKit/NSSavePanel.h>
#include <AppKit/NSView.h>
NSPrintPanel *shared_instance;
static NSPrintPanel *shared_instance;
#define GSPANELNAME @"GSPrintPanel"