From 3d6c997012670bcbf9227d9c7e82bcf7e2bce65c Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 25 May 2017 22:54:42 +0200 Subject: [PATCH] fixed compilation on Windows --- xs/src/slic3r/GUI/3DScene.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/slic3r/GUI/3DScene.hpp b/xs/src/slic3r/GUI/3DScene.hpp index ec1b43ffe..4bf64a676 100644 --- a/xs/src/slic3r/GUI/3DScene.hpp +++ b/xs/src/slic3r/GUI/3DScene.hpp @@ -356,7 +356,7 @@ public: bool use_VBOs); - static void _3DScene::_load_wipe_tower_toolpaths( + static void _load_wipe_tower_toolpaths( const Print *print, GLVolumeCollection *volumes, const std::vector &tool_colors_str,