mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixing compilation on gcc
This commit is contained in:
parent
d6c5961eb0
commit
18001fbb4e
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ protected:
|
||||||
friend class SLAPrint;
|
friend class SLAPrint;
|
||||||
friend class Model;
|
friend class Model;
|
||||||
friend class ModelObject;
|
friend class ModelObject;
|
||||||
friend static void model_volume_list_update_supports(ModelObject& model_object_dst, const ModelObject& model_object_new);
|
friend void model_volume_list_update_supports(ModelObject& model_object_dst, const ModelObject& model_object_new);
|
||||||
|
|
||||||
// Copies IDs of both the ModelVolume and its config.
|
// Copies IDs of both the ModelVolume and its config.
|
||||||
explicit ModelVolume(const ModelVolume &rhs) = default;
|
explicit ModelVolume(const ModelVolume &rhs) = default;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue