Prefix all ivars with an underscore.
This commit is contained in:
parent
f7999bda6a
commit
4a016c271f
36 changed files with 866 additions and 868 deletions
|
@ -28,8 +28,8 @@
|
|||
|
||||
@interface XMPPJSONFileStorage: OFObject <XMPPStorage>
|
||||
{
|
||||
OFString *file;
|
||||
OFMutableDictionary *data;
|
||||
OFString *_file;
|
||||
OFMutableDictionary *_data;
|
||||
}
|
||||
|
||||
- initWithFile: (OFString*)file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue