Prefix all ivars with an underscore.
This commit is contained in:
parent
f7999bda6a
commit
4a016c271f
36 changed files with 866 additions and 868 deletions
|
@ -31,8 +31,8 @@ typedef void(^xmpp_callback_block_t)(XMPPConnection*, XMPPIQ*);
|
|||
|
||||
@interface XMPPCallback: OFObject
|
||||
{
|
||||
id target;
|
||||
SEL selector;
|
||||
id _target;
|
||||
SEL _selector;
|
||||
#ifdef OF_HAVE_BLOCKS
|
||||
xmpp_callback_block_t block;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue