Prefix *all* IVars with _.

This commit is contained in:
Jonathan Schleifer 2013-06-23 22:13:43 +02:00
parent cd292b53fa
commit 4fead04d9a
12 changed files with 56 additions and 69 deletions

View file

@ -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