Prefix *all* IVars with _.
This commit is contained in:
parent
cd292b53fa
commit
4fead04d9a
12 changed files with 56 additions and 69 deletions
|
@ -27,9 +27,7 @@
|
|||
*/
|
||||
@interface XMPPDiscoIdentity: OFObject <OFComparing>
|
||||
{
|
||||
OFString *_category;
|
||||
OFString *_name;
|
||||
OFString *_type;
|
||||
OFString *_category, *_name, *_type;
|
||||
}
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
/// \brief The category of the identity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue