Salome HOME
Compilation SALOME on Windows
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBField.cxx
index 78110d2cc6ae4b9625a0c40a11df47a92637f54f..d9d3a8ed369abf1b1682cebb9ce090ffbd0b9337 100644 (file)
@@ -51,9 +51,9 @@ std::size_t MEDCalculatorDBField::getHeapMemorySizeWithoutChildren() const
   return 0;
 }
 
-std::vector<RefCountObject *> MEDCalculatorDBField::getDirectChildren() const
+std::vector<const BigMemoryObject *> MEDCalculatorDBField::getDirectChildren() const
 {
-  return std::vector<RefCountObject *>();
+  return std::vector<const BigMemoryObject *>();
 }
 
 MEDCalculatorDBField *MEDCalculatorDBField::operator+(double val) const throw(INTERP_KERNEL::Exception)