mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 14:35:58 +08:00
fix build errors
This commit is contained in:
parent
24bf61af73
commit
84a7f3c084
@ -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…
x
Reference in New Issue
Block a user