X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d157d59786f32c4c094300450df99c0243e5e61..9d33840bab4e10d701dd36f9b8660f6a13f05afe:/interface/wx/dialog.h diff --git a/interface/wx/dialog.h b/interface/wx/dialog.h index bb798df560..e057bc30ed 100644 --- a/interface/wx/dialog.h +++ b/interface/wx/dialog.h @@ -180,8 +180,11 @@ public: const wxString& name = wxDialogNameStr); /** - Destructor. Deletes any child windows before deleting the physical - window. + Destructor. + + Deletes any child windows before deleting the physical window. + + See @ref overview_windowdeletion for more info. */ virtual ~wxDialog();