7
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:
Jon Evans 2025-01-10 21:59:51 -05:00
parent d9e1d3725e
commit 4279672876

View File

@ -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 );