mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
fix build errors
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user