Salome HOME
Bo be checked by Adrien
[tools/medcoupling.git] / src / MEDLoader / MEDFileBasis.hxx
index c0283847efae33fcf8179930c4738d59d115e0e4..51a3bda5d0e283a993d4663a199a009cb9587a09 100644 (file)
@@ -33,6 +33,7 @@ namespace MEDCoupling
   public:
     MEDFileString(int maxLgth);
     ~MEDFileString();
+    void clear();
     void set(const char *s);
     char *getPointer() { return _content; }
     const char *getReprForWrite() const { return _content; }