mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
This commit is contained in:
parent
6d3a7d8a22
commit
c718f7293e
|
@ -1032,7 +1032,7 @@ Revision 2.59
|
||||||
@private
|
@private
|
||||||
IBOutlet NSButton *_okButton; // Normal NSControl; implicitly weak on Mac only
|
IBOutlet NSButton *_okButton; // Normal NSControl; implicitly weak on Mac only
|
||||||
|
|
||||||
AnObjcObject* _doohickey; // My doohickey
|
AnObjcObject *_doohickey; // My doohickey
|
||||||
__weak MyObjcParent *_parent; // So we can send msgs back (owns me)
|
__weak MyObjcParent *_parent; // So we can send msgs back (owns me)
|
||||||
|
|
||||||
// non-NSObject pointers...
|
// non-NSObject pointers...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user