From b25601a5044b7f5ecbc0b70c5f6e556a80be0873 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 26 Feb 2016 12:36:50 +0000 Subject: Dropbox: support to file description git-svn-id: http://svn.miranda-ng.org/main/trunk@16346 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Dropbox/src/dropbox.h') diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index dba4681042..5f9ff2e6b5 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -120,10 +120,10 @@ private: static MEVENT AddEventToDb(MCONTACT hContact, WORD type, DWORD flags, DWORD cbBlob, PBYTE pBlob); - void SendToContact(MCONTACT hContact, const char* data); - void PasteToInputArea(MCONTACT hContact, const char* data); - void PasteToClipboard(const char* data); - void Report(MCONTACT hContact, const char* data); + void SendToContact(MCONTACT hContact, const char *data, const TCHAR *description = NULL); + void PasteToInputArea(MCONTACT hContact, const char *data, const TCHAR *description = NULL); + void PasteToClipboard(const char *data, const TCHAR *description = NULL); + void Report(MCONTACT hContact, const char *data, const TCHAR *description = NULL); template static int GlobalEvent(void *obj, WPARAM wParam, LPARAM lParam) -- cgit v1.2.3