From e835184cef45ff88c634a68f57bf3af6bb2aa881 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Wed, 9 May 2018 21:55:20 -0500 Subject: [PATCH] added a little bit of whitespace to Plater.hpp --- src/GUI/Plater.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/Plater.hpp b/src/GUI/Plater.hpp index 8e90937b9..9ad6df3a3 100644 --- a/src/GUI/Plater.hpp +++ b/src/GUI/Plater.hpp @@ -47,6 +47,7 @@ public: /// Ask if there are any unsaved changes. bool prompt_unsaved_changes() { return true; } + private: std::shared_ptr print {std::make_shared(Slic3r::Print())}; std::shared_ptr model {std::make_shared(Slic3r::Model())};