git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-04-03 08:20:57 +00:00
parent 23fc4889d1
commit b1a7add38e
4 changed files with 16 additions and 7 deletions

View file

@ -58,7 +58,7 @@ static const NSMapTableValueCallBacks WatcherMapValueCallBacks =
0
};
#else
#define WatcherMapValueCallBacks NSOwnedPointerMapValueCallBacks
#define WatcherMapValueCallBacks NSNonOwnedPointerMapValueCallBacks
#endif
@implementation GSRunLoopCtxt

View file

@ -45,7 +45,7 @@ static const NSMapTableValueCallBacks WatcherMapValueCallBacks =
0
};
#else
#define WatcherMapValueCallBacks NSOwnedPointerMapValueCallBacks
#define WatcherMapValueCallBacks NSNonOwnedPointerMapValueCallBacks
#endif
@implementation GSRunLoopCtxt