X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d157d59786f32c4c094300450df99c0243e5e61..23efa4bfb9104d6ef947a217efa80b2bc5bf9e76:/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();