Fixing compilation on gcc

This commit is contained in:
Vojtech Bubnik 2021-05-05 14:32:19 +02:00
parent d6c5961eb0
commit 18001fbb4e

View file

@ -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;