0025619: CAST analysis: Avoid classes with a non-empty destructor and not implementin...
[occt.git] / src / BOPTest / BOPTest_Objects.cxx
index 5c45f9e..4aa124c 100644 (file)
@@ -110,7 +110,12 @@ class BOPTest_Session {
     return myFuzzyValue;
   };
   //
- protected:
+protected:
+  //
+  BOPTest_Session(const BOPTest_Session&);
+  BOPTest_Session& operator=(const BOPTest_Session&);
+  //
+protected:
   //
   BOPAlgo_PaveFiller* myPaveFiller;
   BOPAlgo_Builder* myBuilder;