mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 09:54:29 +08:00
Fixed Linux build
This commit is contained in:
parent
f87ca111e1
commit
11c22e7fb2
@ -87,7 +87,7 @@ ModelNode::ModelNode(ModelNode* parent, const wxString& text) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
wxIcon ModelNode::get_bitmap(const wxString& color);
|
wxIcon ModelNode::get_bitmap(const wxString& color)
|
||||||
#else
|
#else
|
||||||
wxBitmap ModelNode::get_bitmap(const wxString& color)
|
wxBitmap ModelNode::get_bitmap(const wxString& color)
|
||||||
#endif // __linux__
|
#endif // __linux__
|
||||||
@ -113,7 +113,6 @@ wxBitmap ModelNode::get_bitmap(const wxString& color)
|
|||||||
#else
|
#else
|
||||||
return bmp;
|
return bmp;
|
||||||
#endif // __linux__
|
#endif // __linux__
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// option node
|
// option node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user