diff options
Diffstat (limited to 'plugins/Boltun/src/actionQueue.h')
-rw-r--r-- | plugins/Boltun/src/actionQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Boltun/src/actionQueue.h b/plugins/Boltun/src/actionQueue.h index 492bdcb24e..953b9a08f3 100644 --- a/plugins/Boltun/src/actionQueue.h +++ b/plugins/Boltun/src/actionQueue.h @@ -21,7 +21,7 @@ #ifndef ACTIONQUEUE_H
#define ACTIONQUEUE_H
-void AnswerToContact(MCONTACT hContact, const TCHAR* messageToAnswer);
+void AnswerToContact(MCONTACT hContact, const wchar_t* messageToAnswer);
void StartChatting(MCONTACT hContact);
|