0025616: Avoid Classes using "new" to allocate Instances but not defining a copy...
[occt.git] / src / IntPatch / IntPatch_PrmPrmIntersection.cxx
index 683e2c8..8c67283 100644 (file)
@@ -2998,7 +2998,14 @@ public:
     const Standard_Integer j) { 
       return myP2[Index(i,j)];
   };
-protected:
+
+private:
+
+  IntPatch_InfoPD (const IntPatch_InfoPD&);
+  IntPatch_InfoPD& operator=(const IntPatch_InfoPD&);
+
+private:
+
   Standard_Integer myNBI;
   char *myP1DS2;
   char *myP2DS1;