]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richmsgdlg.h
Added min and max size to box attributes; made property editing more customisable
[wxWidgets.git] / include / wx / richmsgdlg.h
index 06f6c4bea101a961c0fbae9f4ad02d611085296a..554a3691d01345f434df4dfddab9977995b910d8 100644 (file)
@@ -45,7 +45,7 @@ public:
 
     wxString GetDetailedText() const { return m_detailedText; }
 
-    virtual bool IsCheckBoxChecked() const { return m_checkBoxValue; };
+    virtual bool IsCheckBoxChecked() const { return m_checkBoxValue; }
 
 protected:
     const wxString m_detailsExpanderCollapsedLabel;