]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/MEDCoupling/MEDCouplingRefCountObject.hxx
Salome HOME
Tests again and again
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingRefCountObject.hxx
index 0eb1f4deab79b22645baefbc315f65b06b63abc6..c52e0aff0bc35f702b8ca7fd752dfcd716f0f1c8 100644 (file)
@@ -67,6 +67,7 @@ namespace ParaMEDMEM
     void incrRef() const;
     virtual std::size_t getHeapMemorySize() const = 0;
     int getRCValue() const;
+    RefCountObject& operator=(const RefCountObject& other);
   protected:
     virtual ~RefCountObject();
   private: