added wxRTTI macros to wxControlWithItems: it's not private any longer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ac9251e323
commit
1440bc7afa
@ -197,6 +197,7 @@ protected:
|
|||||||
virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
|
virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
DECLARE_ABSTRACT_CLASS(wxControlWithItems)
|
||||||
DECLARE_NO_COPY_CLASS(wxControlWithItems)
|
DECLARE_NO_COPY_CLASS(wxControlWithItems)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -31,6 +31,8 @@
|
|||||||
#include "wx/arrstr.h"
|
#include "wx/arrstr.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
IMPLEMENT_ABSTRACT_CLASS(wxControlWithItems, wxControl)
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// wxItemContainerImmutable implementation
|
// wxItemContainerImmutable implementation
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user