summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2016-02-26 18:15:28 +0000
committerAlexander Lantsev <aunsane@gmail.com>2016-02-26 18:15:28 +0000
commit134773092963feea383ea315604bd1b996cdc6c5 (patch)
tree95ff0a97ebb7eaffee495e815004ea20f3537c79 /plugins/Dropbox/src/dropbox.h
parentbac49aec1a9a616cd3393048419e68ce176eee5f (diff)
Dropbox: fixed folder sending
git-svn-id: http://svn.miranda-ng.org/main/trunk@16350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 5f9ff2e6b5..ee17d2e070 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, 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);
+ void SendToContact(MCONTACT hContact, const TCHAR *data);
+ void PasteToInputArea(MCONTACT hContact, const TCHAR *data);
+ void PasteToClipboard(const TCHAR *data);
+ void Report(MCONTACT hContact, const TCHAR *data);
template<int(CDropbox::*Event)(WPARAM, LPARAM)>
static int GlobalEvent(void *obj, WPARAM wParam, LPARAM lParam)