mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-07 06:06:31 +08:00
Add LogChannel designation as a protected member.
This commit is contained in:
parent
eb4df9965f
commit
787ac4a0e3
@ -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"};
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user