1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Fix for win builds

This commit is contained in:
Lukas Matena
2018-03-01 09:57:51 +01:00
parent c76c075569
commit 1d787a15a0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;