use wxOVERRIDE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ddd7ce624a
commit
8b4ae731d3
460 changed files with 4103 additions and 4107 deletions
|
|
@ -63,7 +63,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
virtual wxColour GetColour( int index ) const
|
||||
virtual wxColour GetColour( int index ) const wxOVERRIDE
|
||||
{
|
||||
switch (index)
|
||||
{
|
||||
|
|
@ -89,7 +89,7 @@ public:
|
|||
|
||||
virtual wxString ColourToString( const wxColour& col,
|
||||
int index,
|
||||
int argFlags = 0 ) const
|
||||
int argFlags = 0 ) const wxOVERRIDE
|
||||
{
|
||||
if ( index == (int)(m_choices.GetCount()-1) )
|
||||
return wxT("");
|
||||
|
|
@ -97,7 +97,7 @@ public:
|
|||
return wxColourProperty::ColourToString(col, index, argFlags);
|
||||
}
|
||||
|
||||
virtual int GetCustomColourIndex() const
|
||||
virtual int GetCustomColourIndex() const wxOVERRIDE
|
||||
{
|
||||
return m_choices.GetCount()-2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue