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:
authorVojtech Kral <vojtech@kral.hk>2019-06-17 17:39:22 +0300
committerVojtech Kral <vojtech@kral.hk>2019-09-17 14:20:06 +0300
commit235b659cf97211f0b80c47008d8458b9173a3a40 (patch)
tree1e799e771c9d9e653ff5f142cfe1e62487fd65d9 /src/slic3r/GUI/GUI_App.hpp
parentdba9925c4ed37d5b44f6672824987fa9ca0ad7b8 (diff)
WIP: ConfigWizard: 3rd party bundle installation roughly done
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index 8c5f0c30c..c5ddc0152 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -98,7 +98,7 @@ class GUI_App : public wxApp
std::unique_ptr<ImGuiWrapper> m_imgui;
std::unique_ptr<PrintHostJobQueue> m_printhost_job_queue;
- std::unique_ptr<ConfigWizard> m_wizard;
+ ConfigWizard* m_wizard; // Managed by wxWindow tree
public:
bool OnInit() override;