X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc48a5d75e6847f7afe434f9c50d7aa32b2ef159..b20573601fb6a6f350eb155433c39ca1532a226d:/include/wx/gtk/filepicker.h diff --git a/include/wx/gtk/filepicker.h b/include/wx/gtk/filepicker.h index 5a72f6f8a4..bb91c6d554 100644 --- a/include/wx/gtk/filepicker.h +++ b/include/wx/gtk/filepicker.h @@ -36,7 +36,8 @@ \ virtual bool Destroy() \ { \ - m_dialog->Destroy(); \ + if (m_dialog) \ + m_dialog->Destroy(); \ return wxButton::Destroy(); \ } \ \