Change reference initializations errors in GCC 4.8

Resolves issue #12.
This commit is contained in:
Jared Boone 2015-07-17 12:07:38 -07:00
parent 92ba4d7fea
commit e571ca7f1c
8 changed files with 9 additions and 9 deletions

View file

@ -376,7 +376,7 @@ void LNAGainField::on_focus() {
ReceiverView::ReceiverView(
NavigationView& nav,
ReceiverModel& receiver_model
) : receiver_model { receiver_model }
) : receiver_model(receiver_model)
{
add_children({ {
&button_done,