summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/CSendHTTPServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendHTTPServer.h')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendHTTPServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendHTTPServer.h b/plugins/SendScreenshotPlus/src/CSendHTTPServer.h
index af22f31048..7bb88ff279 100644
--- a/plugins/SendScreenshotPlus/src/CSendHTTPServer.h
+++ b/plugins/SendScreenshotPlus/src/CSendHTTPServer.h
@@ -36,7 +36,7 @@ public:
CSendHTTPServer(HWND Owner, MCONTACT hContact, bool bAsync);
~CSendHTTPServer();
- int Send();
+ int Send() override;
protected:
char* m_pszFileName;