added additional documentation for Plater

This commit is contained in:
Joseph Lenox 2018-05-08 23:10:13 -05:00
parent 6c6435be6b
commit f00249ffe0

View File

@ -31,6 +31,8 @@ class PlaterObject;
class Plate2D;
class MainFrame;
/// Extension of wxPanel class to handle the main plater.
/// 2D, 3D, preview, etc tabs.
class Plater : public wxPanel
{
public: