summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/sendqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/src/sendqueue.h')
-rw-r--r--plugins/Scriver/src/sendqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/sendqueue.h b/plugins/Scriver/src/sendqueue.h
index 470e3d5553..1efb70dbe4 100644
--- a/plugins/Scriver/src/sendqueue.h
+++ b/plugins/Scriver/src/sendqueue.h
@@ -29,7 +29,7 @@ struct MessageSendQueueItem
HWND hwndSender;
MCONTACT hContact;
char *proto;
- HANDLE hSendId;
+ int hSendId;
int timeout;
char *sendBuffer;
int sendBufferSize;