friend class wxPopupWindowHandler;
friend class wxPopupFocusHandler;
+
+ DECLARE_DYNAMIC_CLASS(wxPopupTransientWindow)
};
#if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
// the parent combobox
wxComboControl *m_combo;
+
+ DECLARE_DYNAMIC_CLASS(wxPopupComboWindow)
};
#endif // wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)