diff Framework/Toolbox/SortedFrames.h @ 1479:5e3cfe87a873

SortedFrames::Clear()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Jun 2020 16:18:53 +0200
parents fab6c6e795a3
children 60be4627ae52
line wrap: on
line diff
--- a/Framework/Toolbox/SortedFrames.h	Thu Jun 18 16:01:00 2020 +0200
+++ b/Framework/Toolbox/SortedFrames.h	Thu Jun 18 16:18:53 2020 +0200
@@ -113,7 +113,12 @@
     {
     }
   
-    ~SortedFrames();
+    ~SortedFrames()
+    {
+      Clear();
+    }
+    
+    void Clear();
 
     const std::string& GetStudyInstanceUid() const
     {