diff OrthancFramework/Sources/DicomParsing/IDicomTranscoder.h @ 4300:b30a8de92ad9

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 19:33:18 +0100
parents bf7b9edf6b81
children 44b53a2c0a13
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/IDicomTranscoder.h	Thu Nov 05 18:24:50 2020 +0100
+++ b/OrthancFramework/Sources/DicomParsing/IDicomTranscoder.h	Thu Nov 05 19:33:18 2020 +0100
@@ -105,9 +105,7 @@
                                  bool allowNewSopInstanceUid);
     
   public:    
-    virtual ~IDicomTranscoder()
-    {
-    }
+    virtual ~IDicomTranscoder();
 
     virtual bool Transcode(DicomImage& target,
                            DicomImage& source /* in, "GetParsed()" possibly modified */,