Will clang & gcc eat it now?

This commit is contained in:
bubnikv
2018-01-21 22:23:59 +01:00
parent f529269f62
commit ea8b3a5dc0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ public:
void OnTreeSelChange(wxTreeEvent& event);
void OnKeyDown(wxKeyEvent& event);
void OnComboBox(wxCommandEvent& event) { select_preset(m_presets_choice->wxComboBox::GetStringSelection()); }
void OnComboBox(wxCommandEvent& event) { select_preset(static_cast<const wxComboBox*>(m_presets_choice)->GetStringSelection()); }
void save_preset(std::string name = "");
void delete_preset();
void toggle_show_hide_incompatible();