Salome HOME
Warning hunting
[modules/med.git] / src / MEDLoader / SauvUtilities.hxx
index 25bec6d3b07aea407944ccc0a5c1e52961a2b068..7804ba44a501ac166e9a1dc4a4471038367b77ee 100644 (file)
@@ -111,7 +111,7 @@ namespace SauvUtilities
     virtual std::string getName() const = 0;
   protected:
     std::size_t getHeapMemorySizeWithoutChildren() const { return 0; }
-    std::vector<RefCountObject *> getDirectChildren() const { return std::vector<RefCountObject *>(); }
+    std::vector<const BigMemoryObject *> getDirectChildren() const { return std::vector<const BigMemoryObject *>(); }
   protected:
     std::string _fileName, _curLocale;
     int _iRead, _nbToRead;