diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_secur.h')
-rw-r--r-- | protocols/JabberG/src/jabber_secur.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_secur.h b/protocols/JabberG/src/jabber_secur.h index fadcf42fc3..6666c11d4e 100644 --- a/protocols/JabberG/src/jabber_secur.h +++ b/protocols/JabberG/src/jabber_secur.h @@ -32,7 +32,7 @@ class TJabberAuth protected: bool bIsValid;
const char* szName;
unsigned complete;
- ThreadData* info;
+ ThreadData *info;
public:
TJabberAuth(ThreadData*);
|