From 962869024a608123017b91ac93d7c784ebc12b67 Mon Sep 17 00:00:00 2001 From: spo Date: Fri, 28 Aug 2015 14:27:56 +0300 Subject: [PATCH] Fix linux compilation --- src/PartSet/PartSet_CustomPrs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PartSet/PartSet_CustomPrs.cpp b/src/PartSet/PartSet_CustomPrs.cpp index 1457e0307..5cd38b33b 100755 --- a/src/PartSet/PartSet_CustomPrs.cpp +++ b/src/PartSet/PartSet_CustomPrs.cpp @@ -111,7 +111,7 @@ void PartSet_CustomPrs::clearPrs() if (!anOperationPrs.IsNull()) anOperationPrs.Nullify(); - myOperationPrs = 0; + myOperationPrs.reset(); } void PartSet_CustomPrs::initPrs() -- 2.39.2