mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:25:30 +00:00
Fix incorrect signature
This commit is contained in:
parent
d9e1d3725e
commit
4279672876
@ -73,7 +73,7 @@ wxColour KIPLATFORM::UI::GetDialogBGColour()
|
||||
}
|
||||
|
||||
|
||||
wxColour KIPLATFORM::UI::GetInfoBarColours( wxColour& aFGColour, wxColour& aBGColour )
|
||||
void KIPLATFORM::UI::GetInfoBarColours( wxColour& aFGColour, wxColour& aBGColour )
|
||||
{
|
||||
aBGColour = wxSystemSettings::GetColour( wxSYS_COLOUR_INFOBK );
|
||||
aFGColour = wxSystemSettings::GetColour( wxSYS_COLOUR_INFOTEXT );
|
||||
|
Loading…
Reference in New Issue
Block a user