fix build errors

This commit is contained in:
SoftFever 2023-08-10 23:30:28 +08:00
parent 24bf61af73
commit 84a7f3c084

View file

@ -69,8 +69,6 @@ public:
wxWindow* extra_widget_win {nullptr};
//BBS: add api to get the first option's key
std::string& get_first_option_key() {
if(m_options.empty())
return std::string();
return m_options[0].opt_id;
}