mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:00:47 +00:00
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:
parent
8e40bc0731
commit
bbdbc3844b
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@
|
||||||
#include <Foundation/NSDistributedNotificationCenter.h>
|
#include <Foundation/NSDistributedNotificationCenter.h>
|
||||||
#include <Foundation/NSConnection.h>
|
#include <Foundation/NSConnection.h>
|
||||||
|
|
||||||
|
#define stringify_it(X) #X
|
||||||
|
#define mkpath(X) stringify_it(X) "/Tools"
|
||||||
|
|
||||||
static NSString *GSWorkspaceNotification = @"GSWorkspaceNotification";
|
static NSString *GSWorkspaceNotification = @"GSWorkspaceNotification";
|
||||||
|
|
||||||
@interface _GSWorkspaceCenter: NSNotificationCenter
|
@interface _GSWorkspaceCenter: NSNotificationCenter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue