Salome HOME
ParaUMesh.redistributeCells implementation.
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingTimeLabel.hxx
index 94167b6436c6e8b7e355eb85405f78ea4f18c700..3da7bef0fab7b225eb14b00ab8f3d2842747e351 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -35,6 +35,7 @@ namespace MEDCoupling
   class TimeLabel
   {
   public:
+    MEDCOUPLING_EXPORT TimeLabel(const TimeLabel& other) = default;
     MEDCOUPLING_EXPORT TimeLabel& operator=(const TimeLabel& other);
     //! This method should be called when write access has been done on this.
     MEDCOUPLING_EXPORT void declareAsNew() const;