mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-07 07:09:06 +08:00
Fixed a typo, which broke compilation on GCC.
This commit is contained in:
parent
75ee1baf1d
commit
e8f73134e6
@ -53,7 +53,7 @@ public:
|
|||||||
public:
|
public:
|
||||||
virtual ~Fill() {}
|
virtual ~Fill() {}
|
||||||
|
|
||||||
static Fill* Fill::new_from_type(const InfillPattern type);
|
static Fill* new_from_type(const InfillPattern type);
|
||||||
static Fill* new_from_type(const std::string &type);
|
static Fill* new_from_type(const std::string &type);
|
||||||
|
|
||||||
void set_bounding_box(const Slic3r::BoundingBox &bbox) { bounding_box = bbox; }
|
void set_bounding_box(const Slic3r::BoundingBox &bbox) { bounding_box = bbox; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user