diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_presence_manager.h')
-rw-r--r-- | protocols/JabberG/src/jabber_presence_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_presence_manager.h b/protocols/JabberG/src/jabber_presence_manager.h index 888426cf5b..bc061205fc 100644 --- a/protocols/JabberG/src/jabber_presence_manager.h +++ b/protocols/JabberG/src/jabber_presence_manager.h @@ -84,7 +84,7 @@ public: class CJabberPresenceManager
{
protected:
- CJabberProto* ppro;
+ CJabberProto *ppro;
CRITICAL_SECTION m_cs;
CJabberPresencePermanentInfo* m_pPermanentHandlers;
|