From c76c075569effe7b20f28c3217f8fd5c568b890d Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Thu, 1 Mar 2018 09:19:34 +0100 Subject: [PATCH] Yet another attempt to fix Win builds --- xs/src/slic3r/GUI/RammingChart.hpp | 2 +- xs/src/slic3r/GUI/WipeTowerDialog.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xs/src/slic3r/GUI/RammingChart.hpp b/xs/src/slic3r/GUI/RammingChart.hpp index 5b7f6daf8c..e04f4b52e5 100644 --- a/xs/src/slic3r/GUI/RammingChart.hpp +++ b/xs/src/slic3r/GUI/RammingChart.hpp @@ -98,7 +98,7 @@ private: int which_button_is_clicked(const wxPoint& point) const { if (!m_rect.Contains(point)) return -1; - for (uint i=0;i #include "WipeTowerDialog.hpp" // Human-readable output of Parameters structure