Prefix all ivars with an underscore.

FossilOrigin-Name: 8845b8b00bf7ce1cd68b70864335380038bc0a254060ff49d49429aabf69e34a
This commit is contained in:
Jonathan Schleifer 2013-02-14 00:20:48 +00:00
parent fcc1c03101
commit 97b6edeb00
4 changed files with 134 additions and 135 deletions

View file

@ -24,9 +24,7 @@
@interface IRCUser: OFObject <OFCopying>
{
OFString *nickname;
OFString *username;
OFString *hostname;
OFString *_nickname, *_username, *_hostname;
}
#ifdef OF_HAVE_PROPERTIES