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.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)>