Plater: Fix arrange

This commit is contained in:
Vojtech Kral 2018-10-11 13:22:36 +02:00
parent 8337d4675f
commit 20e1087d97
3 changed files with 10 additions and 7 deletions

View file

@ -16,6 +16,7 @@ class wxBoxSizer;
namespace Slic3r {
class Model;
class Print;
namespace GUI {
@ -91,7 +92,8 @@ public:
~Plater();
Sidebar& sidebar();
Model& model();
Model& model();
Print& print();
void load_files(const std::vector<boost::filesystem::path> &input_files);