Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-09-19 12:27:04 +0300
committerbubnikv <bubnikv@gmail.com>2018-09-19 12:27:04 +0300
commit6bd92a819805946e97b614df4f1e9e4d7a9142e9 (patch)
tree929dd88bb626df792761b6ce77158cb286bf398c /src/slic3r/GUI/GUI.hpp
parent0558b53493a77bae44831cf87bb0f59359828ef5 (diff)
Disabling calls from libslic3r to slic3r gui.
Diffstat (limited to 'src/slic3r/GUI/GUI.hpp')
-rw-r--r--src/slic3r/GUI/GUI.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI.hpp b/src/slic3r/GUI/GUI.hpp
index 8dfaf42c6..9539cd7cc 100644
--- a/src/slic3r/GUI/GUI.hpp
+++ b/src/slic3r/GUI/GUI.hpp
@@ -4,7 +4,7 @@
#include <string>
#include <vector>
#include "PrintConfig.hpp"
-#include "../../callback.hpp"
+#include "callback.hpp"
#include "GUI_ObjectParts.hpp"
#include <wx/intl.h>