mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-05 17:17:06 +02:00
Fixed a typo, which broke compilation on GCC.
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user