added a little bit of whitespace to Plater.hpp

This commit is contained in:
Joseph Lenox 2018-05-09 21:55:20 -05:00
parent dc626de8b3
commit e835184cef

View File

@ -47,6 +47,7 @@ public:
/// Ask if there are any unsaved changes.
bool prompt_unsaved_changes() { return true; }
private:
std::shared_ptr<Slic3r::Print> print {std::make_shared<Print>(Slic3r::Print())};
std::shared_ptr<Slic3r::Model> model {std::make_shared<Model>(Slic3r::Model())};