summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_xstatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_xstatus.h')
-rw-r--r--protocols/JabberG/src/jabber_xstatus.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_xstatus.h b/protocols/JabberG/src/jabber_xstatus.h
index d7a41e8129..1fd27d5c2b 100644
--- a/protocols/JabberG/src/jabber_xstatus.h
+++ b/protocols/JabberG/src/jabber_xstatus.h
@@ -50,12 +50,11 @@ public:
protected:
CJabberProto *m_proto;
+ bool m_wasPublished;
char *m_name;
TCHAR *m_node;
HGENMENU m_hMenuItem;
- int m_wasPublished;
-
virtual void CreateData(HXML) = 0;
void ForceRepublishOnLogin();
};