fix compile error for linux

This commit is contained in:
lsv 2025-10-15 09:32:13 +05:00
parent 9a408df26e
commit 5f8e21d794

View file

@ -87,8 +87,9 @@ private:
wxButton* m_startButton;
wxButton* m_cancelButton;
wxStaticBitmap* m_imageStaticBitmap;
#if wxUSE_WEBREQUEST
wxWebRequest m_currentRequest;
#endif
wxCheckBox* m_postCheckBox;
wxTextCtrl* m_postContentTypeTextCtrl;
wxTextCtrl* m_postRequestTextCtrl;