diff Core/DicomFormat/DicomMap.h @ 1310:61ce8147f30d db-changes

custom database back-end
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Feb 2015 10:40:08 +0100
parents 6e7e5ed91c2d
children 77e129ba64e4
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.h	Wed Feb 11 10:36:22 2015 +0100
+++ b/Core/DicomFormat/DicomMap.h	Wed Feb 11 10:40:08 2015 +0100
@@ -77,8 +77,10 @@
     {
       Clear();
     }
+    
+    DicomMap* Clone() const;
 
-    DicomMap* Clone() const;
+    void Assign(const DicomMap& other);
 
     void Clear();