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