mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 10:32:40 +00:00
Fix for win builds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user