mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-27 03:44:53 +03:00
Fixing GCC warnings 1
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
~Filler() override {}
|
||||
|
||||
protected:
|
||||
Fill* clone() const override { return new Filler(*this); };
|
||||
Fill* clone() const override { return new Filler(*this); }
|
||||
void _fill_surface_single(
|
||||
const FillParams ¶ms,
|
||||
unsigned int thickness_layers,
|
||||
@@ -73,7 +73,7 @@ protected:
|
||||
bool no_sort() const override { return false; }
|
||||
};
|
||||
|
||||
}; // namespace FillAdaptive
|
||||
} // namespace FillAdaptive
|
||||
} // namespace Slic3r
|
||||
|
||||
#endif // slic3r_FillAdaptive_hpp_
|
||||
|
||||
Reference in New Issue
Block a user