diff --git a/include/ctl/ctlGitPanel.h b/include/ctl/ctlGitPanel.h index 78abb1e..6be9ecb 100644 --- a/include/ctl/ctlGitPanel.h +++ b/include/ctl/ctlGitPanel.h @@ -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;