From fe55aaa9b4f0c93acbab6e7205b28e0117ee7145 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 22 Nov 2015 14:42:55 +0000 Subject: Dropbox: account quota to statusmsg git-svn-id: http://svn.miranda-ng.org/main/trunk@15755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dropbox/src/dropbox.h') 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); -- cgit v1.2.3