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 XMPPAuthenticator: OFObject
{
OFString *_authzid;
OFString *_authcid;
OFString *_password;
OFString *_authzid, *_authcid, *_password;
}
#ifdef OF_HAVE_PROPERTIES