X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abbe3d379e8de94a99e6f7886bd9369669bc65cd..c59abe0376cf9d488b8ea1ae49fa2858c4057cc5:/include/wx/generic/collpaneg.h diff --git a/include/wx/generic/collpaneg.h b/include/wx/generic/collpaneg.h index 843b8d6dc2..c8466c690d 100644 --- a/include/wx/generic/collpaneg.h +++ b/include/wx/generic/collpaneg.h @@ -12,6 +12,8 @@ #ifndef _WX_COLLAPSABLE_PANE_H_GENERIC_ #define _WX_COLLAPSABLE_PANE_H_GENERIC_ +#if wxUSE_BUTTON && wxUSE_STATLINE + // forward declared class WXDLLEXPORT wxButton; class WXDLLEXPORT wxStaticLine; @@ -102,5 +104,7 @@ private: DECLARE_EVENT_TABLE() }; +#endif // wxUSE_BUTTON && wxUSE_STATLINE + #endif // _WX_COLLAPSABLE_PANE_H_GENERIC_