diff options
Diffstat (limited to 'src/preferences/BoardPrefs.hpp')
| -rw-r--r-- | src/preferences/BoardPrefs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preferences/BoardPrefs.hpp b/src/preferences/BoardPrefs.hpp index 6169d22..f801817 100644 --- a/src/preferences/BoardPrefs.hpp +++ b/src/preferences/BoardPrefs.hpp @@ -30,6 +30,7 @@ public: Bind(wxEVT_SPINCTRL, &BoardPrefsPanel::OnConfChange, this, wxID_ANY); } void OnConfChange(wxCommandEvent &event) { + UNUSED(event); ApplyPreferences(); real_board_canvas->ApplyPreferences(); } |
