mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Fix for win builds
This commit is contained in:
parent
c76c075569
commit
1d787a15a0
2 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ private:
|
|||
void recalculate_volume();
|
||||
|
||||
|
||||
unsigned m_current_extruder = 0;
|
||||
unsigned int m_current_extruder = 0;
|
||||
wxRect m_rect; // rectangle on screen the chart is mapped into (screen coordinates)
|
||||
wxPoint m_previous_mouse;
|
||||
std::vector< std::vector<ButtonToDrag> > m_buttons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue