mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix compile error for linux
This commit is contained in:
parent
9a408df26e
commit
5f8e21d794
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue