X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1bdd4ab9bb8cdcf8a14b8a64a5f5508be48ba4c..e91e1e3d5cab263883c1cee1689c898b8f7c4ecd:/include/wx/generic/richmsgdlgg.h diff --git a/include/wx/generic/richmsgdlgg.h b/include/wx/generic/richmsgdlgg.h index fdff492ec3..5446f87fef 100644 --- a/include/wx/generic/richmsgdlgg.h +++ b/include/wx/generic/richmsgdlgg.h @@ -3,7 +3,6 @@ // Purpose: wxGenericRichMessageDialog // Author: Rickard Westerlund // Created: 2010-07-04 -// RCS-ID: $Id$ // Copyright: (c) 2010 wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -28,12 +27,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;