1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Fixed a typo, which broke compilation on GCC.

This commit is contained in:
bubnikv
2016-10-16 23:13:43 +02:00
parent 75ee1baf1d
commit e8f73134e6
+1 -1
View File
@@ -53,7 +53,7 @@ public:
public:
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);
void set_bounding_box(const Slic3r::BoundingBox &bbox) { bounding_box = bbox; }