X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d5016b18bfaee2f1694e386a7dff89868a03b6d..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/generic/richmsgdlgg.cpp diff --git a/src/generic/richmsgdlgg.cpp b/src/generic/richmsgdlgg.cpp index c656332a68..97882a2579 100644 --- a/src/generic/richmsgdlgg.cpp +++ b/src/generic/richmsgdlgg.cpp @@ -84,7 +84,7 @@ bool wxGenericRichMessageDialog::IsCheckBoxChecked() const { // This function can be called before the dialog is shown and hence before // the check box is created. - return m_checkBox? m_checkBoxValue : m_checkBox->IsChecked(); + return m_checkBox ? m_checkBox->IsChecked() : m_checkBoxValue; } #endif // wxUSE_RICHMSGDLG