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

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;