mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
4
Externals/wxWidgets3/include/wx/richmsgdlg.h
vendored
4
Externals/wxWidgets3/include/wx/richmsgdlg.h
vendored
@ -3,7 +3,7 @@
|
||||
// Purpose: wxRichMessageDialogBase
|
||||
// Author: Rickard Westerlund
|
||||
// Created: 2010-07-03
|
||||
// RCS-ID: $Id: richmsgdlg.h 65349 2010-08-18 22:48:41Z VZ $
|
||||
// RCS-ID: $Id: richmsgdlg.h 70165 2011-12-29 14:42:13Z SN $
|
||||
// Copyright: (c) 2010 wxWidgets team
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -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;
|
||||
|
Reference in New Issue
Block a user