X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1bdd4ab9bb8cdcf8a14b8a64a5f5508be48ba4c..c9ccc09c64f4c29d4667796bef7b507d9e8d25ed:/include/wx/generic/richmsgdlgg.h?ds=inline diff --git a/include/wx/generic/richmsgdlgg.h b/include/wx/generic/richmsgdlgg.h index fdff492ec3..9d031df435 100644 --- a/include/wx/generic/richmsgdlgg.h +++ b/include/wx/generic/richmsgdlgg.h @@ -28,12 +28,7 @@ public: m_detailsPane(NULL) { } - virtual bool 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(); - } + virtual bool IsCheckBoxChecked() const; protected: wxCheckBox *m_checkBox;