]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxRTTI macros for the wxSimpleHtmlListBox class
authorRobin Dunn <robin@alldunn.com>
Tue, 25 Jan 2011 05:03:17 +0000 (05:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 25 Jan 2011 05:03:17 +0000 (05:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/htmllbox.h
src/generic/htmllbox.cpp

index 45a1765b589de3a4d28326cc3e91231942c9d21b..f610b8383f868f4bf475c3594b638cc662d87c86 100644 (file)
@@ -199,6 +199,7 @@ private:
 class WXDLLIMPEXP_HTML wxSimpleHtmlListBox : public wxHtmlListBox,
                                              public wxItemContainer
 {
+    DECLARE_ABSTRACT_CLASS(wxSimpleHtmlListBox)
 public:
     // wxListbox-compatible constructors
     // ---------------------------------
index 2bc89731c198f1c2490d7b63103926b668bba95a..bf063faeae6621c555d3acbdb73237856c891256 100644 (file)
@@ -599,6 +599,9 @@ void wxHtmlListBox::OnLeftDown(wxMouseEvent& event)
 // wxSimpleHtmlListBox
 // ----------------------------------------------------------------------------
 
+IMPLEMENT_ABSTRACT_CLASS(wxSimpleHtmlListBox, wxHtmlListBox)
+
+
 bool wxSimpleHtmlListBox::Create(wxWindow *parent, wxWindowID id,
                                  const wxPoint& pos,
                                  const wxSize& size,