Salome HOME
Give public access to the "getPointer" function of all "*Servant" classes.
[modules/med.git] / src / MEDCouplingCorba / MEDCouplingPointSetServant.hxx
index 7aae859e4cadc1aba99d088a456b610cffebe8d8..1a8d4fcbd30e754a5af2cdbb9ade04e8445fabd4 100644 (file)
@@ -42,7 +42,7 @@ namespace MEDCoupling
     MEDCouplingPointSetServant(const MEDCouplingPointSet *cppPointerOfMesh);
     ~MEDCouplingPointSetServant();
     SALOME_MED::DataArrayDoubleCorbaInterface_ptr getCoords();
-  private:
+  public:
     const MEDCouplingPointSet *getPointer() const { return (const MEDCouplingPointSet *)(_cpp_pointer); }
   };
 }