Fixed accidental deletion

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6105 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-02-25 10:22:52 +00:00
parent 3122e34b9f
commit 03b54992fd

View file

@ -47,6 +47,9 @@
#include <Foundation/NSDistributedNotificationCenter.h>
#include <Foundation/NSConnection.h>
#define stringify_it(X) #X
#define mkpath(X) stringify_it(X) "/Tools"
static NSString *GSWorkspaceNotification = @"GSWorkspaceNotification";
@interface _GSWorkspaceCenter: NSNotificationCenter