mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
Fix macOS build issue
This commit is contained in:
@@ -47,7 +47,7 @@ protected:
|
|||||||
* For this purpose control drawing methods and
|
* For this purpose control drawing methods and
|
||||||
* control size calculation methods (virtual) are overridden.
|
* control size calculation methods (virtual) are overridden.
|
||||||
**/
|
**/
|
||||||
bool OnAddBitmap(const wxBitmap& bitmap) override;
|
bool OnAddBitmap(const wxBitmapBundle& bitmap) override;
|
||||||
void OnDrawItem(wxDC& dc, const wxRect& rect, int item, int flags) const override;
|
void OnDrawItem(wxDC& dc, const wxRect& rect, int item, int flags) const override;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user