From 4fda17d01c68d47de2d8e865bf9f0a2c45517e5f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 14 Aug 2023 23:33:32 +0100 Subject: Remove enable_shared_from_this from ModelPart --- slicer/slicer/modelParts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slicer/slicer/modelParts.h b/slicer/slicer/modelParts.h index 979b9f7..1f1a50e 100644 --- a/slicer/slicer/modelParts.h +++ b/slicer/slicer/modelParts.h @@ -140,7 +140,7 @@ namespace Slicer { template struct DLL_PUBLIC Default { }; - class DLL_PUBLIC ModelPart : public std::enable_shared_from_this { + class DLL_PUBLIC ModelPart { public: ModelPart() = default; ModelPart(const ModelPart &) = delete; -- cgit v1.2.3