summaryrefslogtreecommitdiff
path: root/protocols/ICQCorp/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ICQCorp/src/event.h')
-rw-r--r--protocols/ICQCorp/src/event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/ICQCorp/src/event.h b/protocols/ICQCorp/src/event.h
index ee204927e2..3d469ee688 100644
--- a/protocols/ICQCorp/src/event.h
+++ b/protocols/ICQCorp/src/event.h
@@ -32,7 +32,8 @@ public:
bool isEvent(SOCKET hSocket, unsigned long theSequence);
void noAck();
unsigned short cmd, subCmd;
- unsigned int uin, sequence;
+ unsigned int uin;
+ int sequence;
int reply;
unsigned int hTimer;
Packet *packet;