summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/CSendCloduFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendCloduFile.h')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendCloduFile.h5
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