mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 17:50:41 +08:00
Add LogChannel designation as a protected member.
This commit is contained in:
parent
462fe51ffb
commit
4c1922a943
@ -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