Fix minor compil warning
This commit is contained in:
parent
88d3e46d5b
commit
f80fea6593
|
@ -129,7 +129,7 @@ public:
|
||||||
PGPROPERTY_COLORENUM( const wxString& aLabel, wxString& aName, wxPGChoices* aChoices,
|
PGPROPERTY_COLORENUM( const wxString& aLabel, wxString& aName, wxPGChoices* aChoices,
|
||||||
int aValue = 0 ) :
|
int aValue = 0 ) :
|
||||||
wxEnumProperty( aLabel, aName, *aChoices, aValue ),
|
wxEnumProperty( aLabel, aName, *aChoices, aValue ),
|
||||||
m_colorFunc( []( int aValue ) { return wxNullColour; } )
|
m_colorFunc( []( int aDummy ) { return wxNullColour; } )
|
||||||
{
|
{
|
||||||
SetFlag( wxPG_PROP_CUSTOMIMAGE );
|
SetFlag( wxPG_PROP_CUSTOMIMAGE );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue