diff options
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index 709ea649fe..d9af25ae73 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -81,7 +81,7 @@ private: static UINT RequestAccessTokenAsync(void *owner, void *param);
// account info
- void RequestAccountInfo();
+ static void __cdecl RequestAccountInfo(void*);
// transfers
void SendFile(const char *path, const char *data, size_t size);
|