don't define wxHeaderColumnsRearrangeDialog if !wxUSE_REARRANGECTRL (closes #10368)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9b53796d59
commit
a632b93c32
@ -45,6 +45,8 @@ const unsigned int wxNO_COLUMN = static_cast<unsigned>(-1);
|
||||
// wxHeaderColumnsRearrangeDialog: dialog for customizing our columns
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if wxUSE_REARRANGECTRL
|
||||
|
||||
class wxHeaderColumnsRearrangeDialog : public wxRearrangeDialog
|
||||
{
|
||||
public:
|
||||
@ -63,6 +65,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif // wxUSE_REARRANGECTRL
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
// ============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user