Prefix all ivars with an underscore.
This commit is contained in:
parent
f7999bda6a
commit
4a016c271f
36 changed files with 866 additions and 868 deletions
|
@ -98,10 +98,10 @@
|
|||
#endif
|
||||
{
|
||||
/// \cond internal
|
||||
OFMutableDictionary *contacts;
|
||||
XMPPConnection *connection;
|
||||
XMPPRoster *roster;
|
||||
XMPPMulticastDelegate *delegates;
|
||||
OFMutableDictionary *_contacts;
|
||||
XMPPConnection *_connection;
|
||||
XMPPRoster *_roster;
|
||||
XMPPMulticastDelegate *_delegates;
|
||||
/// \endcond
|
||||
}
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue