mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 10:09:07 -07:00
Fixed Linux build
This commit is contained in:
@@ -87,7 +87,7 @@ ModelNode::ModelNode(ModelNode* parent, const wxString& text) :
|
||||
}
|
||||
|
||||
#ifdef __linux__
|
||||
wxIcon ModelNode::get_bitmap(const wxString& color);
|
||||
wxIcon ModelNode::get_bitmap(const wxString& color)
|
||||
#else
|
||||
wxBitmap ModelNode::get_bitmap(const wxString& color)
|
||||
#endif // __linux__
|
||||
@@ -113,7 +113,6 @@ wxBitmap ModelNode::get_bitmap(const wxString& color)
|
||||
#else
|
||||
return bmp;
|
||||
#endif // __linux__
|
||||
|
||||
}
|
||||
|
||||
// option node
|
||||
|
||||
Reference in New Issue
Block a user