Prefix *all* IVars with _.
This commit is contained in:
parent
cd292b53fa
commit
4fead04d9a
12 changed files with 56 additions and 69 deletions
|
@ -30,11 +30,8 @@
|
|||
*/
|
||||
@interface XMPPStanza: OFXMLElement
|
||||
{
|
||||
XMPPJID *_from;
|
||||
XMPPJID *_to;
|
||||
OFString *_type;
|
||||
OFString *_ID;
|
||||
OFString *_language;
|
||||
XMPPJID *_from, *_to;
|
||||
OFString *_type, *_ID, *_language;
|
||||
}
|
||||
|
||||
#ifdef OF_HAVE_PROPERTIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue