From 71f92f8a5f1c9994165ba0b6cecce9e89f3beb01 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 d389255b4..e43203028 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.hxx +++ b/src/MEDCoupling/MEDCouplingUMesh.hxx @@ -43,7 +43,7 @@ namespace MEDCoupling MEDCOUPLING_EXPORT static MEDCouplingUMesh *New(); MEDCOUPLING_EXPORT static MEDCouplingUMesh *New(const std::string& meshName, int meshDim); // Copy methods - MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCopy() const;; + MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCopy() const; MEDCOUPLING_EXPORT MEDCouplingUMesh *clone(bool recDeepCpy) const; MEDCOUPLING_EXPORT MEDCouplingUMesh *deepCopyConnectivityOnly() const; -- 2.39.2