compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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_
|
||||
|
Reference in New Issue
Block a user