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