summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/CSendHost_uploadpie.h
diff options
context:
space:
mode:
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;