Add LogChannel designation as a protected member.

This commit is contained in:
Joseph Lenox 2018-05-07 21:30:28 -05:00 committed by Joseph Lenox
parent 462fe51ffb
commit 4c1922a943

View File

@ -33,6 +33,8 @@ public:
Slic3r::ExPolygonCollection& transform_thumbnail(const Slic3r::Model model, int obj_idx);
Slic3r::ExPolygonCollection& transform_thumbnail(const std::shared_ptr<Slic3r::Model> model, int obj_idx);
protected:
const std::string LogChannel {"PlaterObject"};
};