Slic3r/src/GUI/Plater.cpp
2018-07-11 22:14:51 -05:00

14 lines
265 B
C++

#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