Salome HOME
Copyright update 2022
[modules/med.git] / src / MEDCouplingCorba / MEDCouplingMeshServant.hxx
index 5394c0cf8422aa109997753f7bb547c380a5f935..f686e66534c5c8f00390346c16f4675d2a3898d2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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
@@ -38,6 +38,7 @@ namespace MEDCoupling
   {
   protected:
     MEDCouplingMeshServant(const MEDCouplingMesh *cppPointerOfMesh);
+  public:
     const MEDCouplingMesh *getPointer() const { return (const MEDCouplingMesh *)(_cpp_pointer); }
   protected:
     char *getName();