]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
compilation fix for recent commit
[wxWidgets.git] / include / wx / popupwin.h
index accdde8d5d9610b81fe83a78497d7df3574d4849..896e6f18f59f25c0cf2e2b27921542b30af29dd2 100644 (file)
@@ -111,6 +111,8 @@ protected:
 
     friend class wxPopupWindowHandler;
     friend class wxPopupFocusHandler;
+
+    DECLARE_DYNAMIC_CLASS(wxPopupTransientWindow)
 };
 
 #if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
@@ -138,6 +140,8 @@ protected:
 
     // the parent combobox
     wxComboControl *m_combo;
+
+    DECLARE_DYNAMIC_CLASS(wxPopupComboWindow)
 };
 
 #endif // wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)