Prefix all ivars with an underscore.
FossilOrigin-Name: 8845b8b00bf7ce1cd68b70864335380038bc0a254060ff49d49429aabf69e34a
This commit is contained in:
parent
fcc1c03101
commit
97b6edeb00
4 changed files with 134 additions and 135 deletions
|
@ -24,9 +24,7 @@
|
|||
|
||||
@interface IRCUser: OFObject <OFCopying>
|
||||
{
|
||||
OFString *nickname;
|
||||
OFString *username;
|
||||
OFString *hostname;
|
||||
OFString *_nickname, *_username, *_hostname;
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue