]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/richmsgdlgg.h
correction to make wxGTK1 compile
[wxWidgets.git] / include / wx / generic / richmsgdlgg.h
index fdff492ec37a7d9027b7ac4f2a413e06047f8f66..9d031df435433256b89afa2a98c908c193e7baa4 100644 (file)
@@ -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;