Salome HOME
Porting to ParaView-5.8
[modules/hexablock.git] / src / HEXABLOCK / HexGroup.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 6ee43b8..9172c26
@@ -1,7 +1,7 @@
 
 // Class : Implementation des groupes
 
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -47,7 +47,7 @@ public :
    EnumElt   getTypeElt ()                 { return grp_typelt ; }
 
    static EnumGroup getKind (cpchar kind);
-   static EnumGroup getKind (const string& k) { return getKind (k.c_str());}
+   static EnumGroup getKind (const std::string& k) { return getKind (k.c_str());}
 
 private :
    int grp_id;