From 3e1583072445a97fbd9dd223d8c8b702013ae1d6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 Apr 2015 23:02:48 +0000 Subject: minor fixes, code cleaning etc git-svn-id: http://svn.miranda-ng.org/main/trunk@12773 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_secur.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'protocols/JabberG/src/jabber_secur.h') diff --git a/protocols/JabberG/src/jabber_secur.h b/protocols/JabberG/src/jabber_secur.h index 56f40fe28e..c69e130ac6 100644 --- a/protocols/JabberG/src/jabber_secur.h +++ b/protocols/JabberG/src/jabber_secur.h @@ -28,12 +28,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. class TJabberAuth { - -protected: bool bIsValid; +protected: bool bIsValid; const char* szName; - unsigned complete; - ThreadData *info; - + unsigned complete; + ThreadData *info; public: TJabberAuth(ThreadData*); virtual ~TJabberAuth(); -- cgit v1.2.3