diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-17 22:43:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-17 22:43:10 +0300 |
commit | 5530d05e6ebfbea931b2177ef87ba68ac20770b1 (patch) | |
tree | 4182f4e59d5031e69b5eb2e1b6c23e35320ffe40 /plugins/SendScreenshotPlus/src | |
parent | 5b4f7208a236d6d67123bd1b27f1e3a8ff2efa09 (diff) |
code cleaning
Diffstat (limited to 'plugins/SendScreenshotPlus/src')
-rw-r--r-- | plugins/SendScreenshotPlus/src/CSendCloduFile.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendCloduFile.h b/plugins/SendScreenshotPlus/src/CSendCloduFile.h index d638823789..532845b6e8 100644 --- a/plugins/SendScreenshotPlus/src/CSendCloduFile.h +++ b/plugins/SendScreenshotPlus/src/CSendCloduFile.h @@ -26,8 +26,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _CSEND_DROPBOX_FILE_H -#define _CSEND_DROPBOX_FILE_H +#ifndef _CSEND_CLOUD_FILE_H +#define _CSEND_CLOUD_FILE_H #include "Utils.h" @@ -45,7 +45,6 @@ protected: void SendThread(); static void SendThreadWrapper(void *Obj); - static int OnDropAck(void*, WPARAM, LPARAM); }; #endif |