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:
Vadim Zeitlin 2005-12-23 00:58:32 +00:00
parent ac9251e323
commit 1440bc7afa
2 changed files with 3 additions and 0 deletions

View File

@ -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)
}; };

View File

@ -31,6 +31,8 @@
#include "wx/arrstr.h" #include "wx/arrstr.h"
#endif #endif
IMPLEMENT_ABSTRACT_CLASS(wxControlWithItems, wxControl)
// ============================================================================ // ============================================================================
// wxItemContainerImmutable implementation // wxItemContainerImmutable implementation
// ============================================================================ // ============================================================================