Skip to content

Commit

Permalink
avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Mar 14, 2021
1 parent 94ff368 commit 3b8c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxgui/frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,7 @@ void FToolBar::OnToolEnter(wxCommandEvent& event)
}
}

void FToolBar::OnLogYToggle(wxCommandEvent& event)
void FToolBar::OnLogYToggle(wxCommandEvent&)
{
const bool log_x = frame->get_main_plot()->get_x_scale().logarithm;
const bool log_y = frame->get_main_plot()->get_y_scale().logarithm;
Expand Down

0 comments on commit 3b8c868

Please sign in to comment.