mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Remove underscore from front of objc_thread type.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1737 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4adb83aab0
commit
cb41431044
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ typedef enum
|
|||
@interface NSThread : NSObject
|
||||
{
|
||||
@public
|
||||
_objc_thread_t _thread_id;
|
||||
objc_thread_t _thread_id;
|
||||
NSMutableDictionary *_thread_dictionary;
|
||||
struct autorelease_thread_vars _autorelease_vars;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue