1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Slightly more efficient PrintObject Layer destruction.

This commit is contained in:
bubnikv
2017-01-11 13:43:33 +01:00
parent fa1506c833
commit bd3daeed5a
3 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ public:
protected:
SupportLayer(size_t id, PrintObject *object, coordf_t height, coordf_t print_z,
coordf_t slice_z);
virtual ~SupportLayer();
virtual ~SupportLayer() {}
};