summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r--plugins/Dropbox/src/dropbox.h8
1 files changed, 4 insertions, 4 deletions
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<int(CDropbox::*Event)(WPARAM, LPARAM)>
static int GlobalEvent(void *obj, WPARAM wParam, LPARAM lParam)