Add forward declarations to fix wx/propgrid/editors.h compilation.
This header resulted in compilation errors if it was included as the first propgrid header. Fix this by adding the required forward declarations. Closes #13989. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,6 +16,10 @@
|
|||||||
|
|
||||||
#if wxUSE_PROPGRID
|
#if wxUSE_PROPGRID
|
||||||
|
|
||||||
|
class WXDLLIMPEXP_FWD_PROPGRID wxPGCell;
|
||||||
|
class WXDLLIMPEXP_FWD_PROPGRID wxPGProperty;
|
||||||
|
class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGrid;
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
// wxPGWindowList contains list of editor windows returned by CreateControls.
|
// wxPGWindowList contains list of editor windows returned by CreateControls.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user