#include "Plater.hpp" namespace Slic3r { namespace GUI { Plater::Plater(wxWindow* parent, const wxString& title) : wxPanel(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, title) { } void Plater::add() { } }} // Namespace Slic3r::GUI