Correction in comment in closing #endif.
[wxWidgets.git] / include / wx / popupwin.h
index 9cd390d2fad91fe03c4f5647550c56dbb5392e3c..b02debc98f72be12f270c681a9ccbdad7650f052 100644 (file)
@@ -124,6 +124,9 @@ protected:
     // remove our event handlers
     void PopHandlers();
 
+    // get alerted when child gets deleted from under us
+    void OnDestroy(wxWindowDestroyEvent& event);
+
     // the child of this popup if any
     wxWindow *m_child;