Salome HOME
Ease memory tracking
[tools/medcoupling.git] / src / MEDLoader / MEDFileFieldGlobs.hxx
index 5744392ee6d923c3a17ed8d0d8bdce26424726b0..929380294be2ab72ff775bb1ea85381e7436ed10 100644 (file)
@@ -41,6 +41,7 @@ namespace MEDCoupling
   public:
     static MEDFileFieldGlobs *New(med_idt fid);
     static MEDFileFieldGlobs *New();
+    std::string getClassName() const override { return std::string("MEDFileFieldGlobs"); }
     std::size_t getHeapMemorySizeWithoutChildren() const;
     std::vector<const BigMemoryObject *> getDirectChildrenWithNull() const;
     MEDFileFieldGlobs *deepCopy() const;