git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66751 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 class WXDLLIMPEXP_HTML wxSimpleHtmlListBox : public wxHtmlListBox,
                                              public wxItemContainer
 {
+    DECLARE_ABSTRACT_CLASS(wxSimpleHtmlListBox)
 public:
     // wxListbox-compatible constructors
     // ---------------------------------
 
 // wxSimpleHtmlListBox
 // ----------------------------------------------------------------------------
 
+IMPLEMENT_ABSTRACT_CLASS(wxSimpleHtmlListBox, wxHtmlListBox)
+
+
 bool wxSimpleHtmlListBox::Create(wxWindow *parent, wxWindowID id,
                                  const wxPoint& pos,
                                  const wxSize& size,