diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-28 20:53:14 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-28 20:53:14 -0500 |
| commit | e5a4f3218250f55aa7c633693012f4153eb34276 (patch) | |
| tree | c7c9f690332e3d9d76889064c021e4e738b38c77 /darwintest/objc_darwin.go | |
| parent | ea24130fc82b08765173cf455f096ea0cce1fae9 (diff) | |
Cleaned up newtypes.go.
Diffstat (limited to 'darwintest/objc_darwin.go')
| -rw-r--r-- | darwintest/objc_darwin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/darwintest/objc_darwin.go b/darwintest/objc_darwin.go index ce6b87b..524d9f7 100644 --- a/darwintest/objc_darwin.go +++ b/darwintest/objc_darwin.go @@ -26,6 +26,7 @@ func sel_getUid(sel string) C.SEL { // Common Objective-C types and selectors. var ( + _NSObject = objc_getClass("NSObject") _NSString = objc_getClass("NSString") _alloc = sel_getUid("alloc") |
