]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combo.h
Increase interoperability between wxPoint and wxRealPoint introducing constructors...
[wxWidgets.git] / include / wx / combo.h
index b991ad7aa95dd0173812796229962aab6d95881b..cfb202be2bb8b874a2ef6a795b870e944d32c372 100644 (file)
@@ -142,6 +142,7 @@ struct wxComboCtrlFeatures
 class WXDLLIMPEXP_CORE wxComboCtrlBase : public wxControl
 {
     friend class wxComboPopup;
+    friend class wxComboPopupEvtHandler;
 public:
     // ctors and such
     wxComboCtrlBase() : wxControl() { Init(); }