fix build errors
This commit is contained in:
parent
24bf61af73
commit
84a7f3c084
1 changed files with 0 additions and 2 deletions
|
@ -69,8 +69,6 @@ public:
|
||||||
wxWindow* extra_widget_win {nullptr};
|
wxWindow* extra_widget_win {nullptr};
|
||||||
//BBS: add api to get the first option's key
|
//BBS: add api to get the first option's key
|
||||||
std::string& get_first_option_key() {
|
std::string& get_first_option_key() {
|
||||||
if(m_options.empty())
|
|
||||||
return std::string();
|
|
||||||
return m_options[0].opt_id;
|
return m_options[0].opt_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue