// Purpose: wxRichMessageDialogBase
// Author: Rickard Westerlund
// Created: 2010-07-03
-// RCS-ID: $Id$
// Copyright: (c) 2010 wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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;