summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-02 19:24:27 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-02 19:24:27 +0000
commit22c79dbeea18dc46951445476976d8c634dd3c60 (patch)
tree800d9b5ec3a779733e614860701d7295760d0b98 /plugins/Dropbox/src/dropbox.h
parent8a169dcdeaf4dd6455147453dc45c1929a3bc239 (diff)
Dropbox: code cleanup & menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r--plugins/Dropbox/src/dropbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h
index 31167ff7aa..709ea649fe 100644
--- a/plugins/Dropbox/src/dropbox.h
+++ b/plugins/Dropbox/src/dropbox.h
@@ -117,7 +117,7 @@ private:
void SendToContact(MCONTACT hContact, const char* data);
void PasteToInputArea(MCONTACT hContact, const char* data);
- void PasteToClipboard(MCONTACT hContact, const char* data);
+ void PasteToClipboard(const char* data);
void Report(MCONTACT hContact, const char* data);
template<int(CDropbox::*Event)(WPARAM, LPARAM)>