]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxRTTI macros to wxControlWithItems: it's not private any longer
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Dec 2005 00:58:32 +0000 (00:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Dec 2005 00:58:32 +0000 (00:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/ctrlsub.h
src/common/ctrlsub.cpp

index af72d690be5ceae445756f339317df00eaf844d0..cf5c943c071b08cb88ce5b9e228a36926cd81e76 100644 (file)
@@ -197,6 +197,7 @@ protected:
     virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
 
 private:
+    DECLARE_ABSTRACT_CLASS(wxControlWithItems)
     DECLARE_NO_COPY_CLASS(wxControlWithItems)
 };
 
index 7f294c3f5d61d7ab2c3cbbad990d12940fc5a1c4..df087db26825b8eb10b9dedb5e01d8188b8117a4 100644 (file)
@@ -31,6 +31,8 @@
     #include "wx/arrstr.h"
 #endif
 
+IMPLEMENT_ABSTRACT_CLASS(wxControlWithItems, wxControl)
+
 // ============================================================================
 // wxItemContainerImmutable implementation
 // ============================================================================