From f0df4c5684c5fb548ade935c195261069000761d Mon Sep 17 00:00:00 2001 From: abn Date: Mon, 9 May 2016 10:19:44 +0200 Subject: [PATCH] Minor fix. --- src/MEDCoupling/MEDCouplingUMesh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDCoupling/MEDCouplingUMesh.hxx b/src/MEDCoupling/MEDCouplingUMesh.hxx index 863ad250e..db3945fd6 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.hxx +++ b/src/MEDCoupling/MEDCouplingUMesh.hxx @@ -43,7 +43,7 @@ namespace ParaMEDMEM MEDCOUPLING_EXPORT static MEDCouplingUMesh *New(); MEDCOUPLING_EXPORT static MEDCouplingUMesh *New(const std::string& meshName, int meshDim); // Copy methods - MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCpy() const;; + MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCpy() const; MEDCOUPLING_EXPORT MEDCouplingUMesh *clone(bool recDeepCpy) const; MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCpyConnectivityOnly() const; -- 2.39.2