summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-02-24 15:19:44 +0300
committeraunsane <aunsane@gmail.com>2018-02-24 15:19:44 +0300
commit1cd49f75aa0dd71a1df44a1740dd4c15fe5656cf (patch)
treed7e1520cb74d662afe839f54eb7b54d2c01c7d3e /plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h
parentb2eb0ef7a0f7f2b2bae0a48966038a673701df21 (diff)
SendSS: Reworking settings (#1144)
CloudFile: fix upload service Db_autobackups: fix build
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h b/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h
index 39cd0dfb86..81107d9471 100644
--- a/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h
+++ b/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h
@@ -19,7 +19,9 @@ class CSendHost_UploadPie : public CSend {
public:
CSendHost_UploadPie(HWND Owner, MCONTACT hContact, bool bAsync, int expire);
~CSendHost_UploadPie();
- int Send();
+
+ int Send() override;
+
protected:
int m_expire;
NETLIBHTTPREQUEST m_nlhr;