disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-01-07 17:26:19 +00:00
parent 2c03d7714c
commit 0917b10c4b
2 changed files with 11 additions and 3 deletions

View File

@@ -12,8 +12,6 @@
#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;
@@ -104,5 +102,4 @@ private:
DECLARE_EVENT_TABLE()
};
#endif // wxUSE_BUTTON && wxUSE_STATLINE
#endif // _WX_COLLAPSABLE_PANE_H_GENERIC_