Since wxStyledTextCtrl::StyleSetFont does not change its 'font' parameter, it should be a constant reference so we can pass in temporary wxFont objects. Closes https://github.com/wxWidgets/wxWidgets/pull/321
Since wxStyledTextCtrl::StyleSetFont does not change its 'font' parameter, it should be a constant reference so we can pass in temporary wxFont objects. Closes https://github.com/wxWidgets/wxWidgets/pull/321