mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 04:59:01 +08:00
added a little bit of whitespace to Plater.hpp
This commit is contained in:
parent
8ae3140ef0
commit
0b978b34aa
@ -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())};
|
||||
|
Loading…
x
Reference in New Issue
Block a user