Salome HOME
Give public access to the "getPointer" function of all "*Servant" classes.
[modules/med.git] / src / MEDCouplingCorba / MEDCouplingCurveLinearMeshServant.hxx
index f54daaea05a580815c9ce0a7e8969a0817673509..022d4c698b48bed950451054773f3bda76388af5 100644 (file)
@@ -37,7 +37,7 @@ namespace MEDCoupling
     typedef MEDCouplingCurveLinearMesh CppType;
     MEDCouplingCurveLinearMeshServant(const MEDCouplingCurveLinearMesh *cppPointerOfMesh);
     ~MEDCouplingCurveLinearMeshServant();
-  private:
+  public:
     const MEDCouplingCurveLinearMesh *getPointer() const { return (const MEDCouplingCurveLinearMesh *)(_cpp_pointer); }
   };
 }