Fix compilation of propgrid.h included as first header
Forward declare wxTextCtrl used in this file. Closes #23414.
This commit is contained in:
parent
02cba46643
commit
ff6201fe1d
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class wxPGComboBox;
|
|||
#if wxUSE_STATUSBAR
|
||||
class WXDLLIMPEXP_FWD_CORE wxStatusBar;
|
||||
#endif
|
||||
class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// Global variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue