diff options
Diffstat (limited to 'plugins/Dropbox/src/dropbox_events.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox_events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox_events.cpp b/plugins/Dropbox/src/dropbox_events.cpp index 8b7785da2d..24f4a384a7 100644 --- a/plugins/Dropbox/src/dropbox_events.cpp +++ b/plugins/Dropbox/src/dropbox_events.cpp @@ -102,7 +102,7 @@ int CDropbox::OnTabSrmmButtonPressed(WPARAM, LPARAM lParam) return 0;
}
-int CDropbox::OnFileDialogCancelled(WPARAM hContact, LPARAM lParam)
+int CDropbox::OnFileDialogCancelled(WPARAM hContact, LPARAM)
{
auto it = interceptedContacts.find(hContact);
if (it != interceptedContacts.end())
|