Prefix all ivars with an underscore.

This commit is contained in:
Jonathan Schleifer 2013-02-12 18:49:20 +01:00
parent fa191aa0dd
commit bb240ea8aa
6 changed files with 147 additions and 142 deletions

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2011, Florian Zeitz <florob@babelmonkeys.de>
* Copyright (c) 2013, Jonathan Schleifer <js@webkeks.org>
*
* https://webkeks.org/git/?p=objopenssl.git
*
@ -25,7 +26,7 @@
@interface SSLInvalidCertificateException: OFException
{
OFString *reason;
OFString *_reason;
}
#ifdef OF_HAVE_PROPERTIES