diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendHost_imgur.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/CSendHost_imgur.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendHost_imgur.h b/plugins/SendScreenshotPlus/src/CSendHost_imgur.h index bb712c4da7..e8e790b785 100644 --- a/plugins/SendScreenshotPlus/src/CSendHost_imgur.h +++ b/plugins/SendScreenshotPlus/src/CSendHost_imgur.h @@ -20,7 +20,9 @@ class CSendHost_Imgur : public CSend { public: CSendHost_Imgur(HWND Owner, MCONTACT hContact, bool bAsync); ~CSendHost_Imgur(); - int Send(); + + int Send() override; + protected: NETLIBHTTPREQUEST m_nlhr; static void SendThread(void* obj); |