mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
GC fixup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
23fc4889d1
commit
b1a7add38e
4 changed files with 16 additions and 7 deletions
|
@ -58,7 +58,7 @@ static const NSMapTableValueCallBacks WatcherMapValueCallBacks =
|
|||
0
|
||||
};
|
||||
#else
|
||||
#define WatcherMapValueCallBacks NSOwnedPointerMapValueCallBacks
|
||||
#define WatcherMapValueCallBacks NSNonOwnedPointerMapValueCallBacks
|
||||
#endif
|
||||
|
||||
@implementation GSRunLoopCtxt
|
||||
|
|
|
@ -45,7 +45,7 @@ static const NSMapTableValueCallBacks WatcherMapValueCallBacks =
|
|||
0
|
||||
};
|
||||
#else
|
||||
#define WatcherMapValueCallBacks NSOwnedPointerMapValueCallBacks
|
||||
#define WatcherMapValueCallBacks NSNonOwnedPointerMapValueCallBacks
|
||||
#endif
|
||||
|
||||
@implementation GSRunLoopCtxt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue