Marco Nolden il y a 13 ans
Parent
commit
50e15574f3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Libs/DICOM/Core/ctkDICOMDataset.h

+ 1 - 1
Libs/DICOM/Core/ctkDICOMDataset.h

@@ -56,7 +56,7 @@ class ctkDICOMDatasetPrivate;
 ///  A subclass could possibly want to store the internal DcmDataset.
 ///  For this purpose, the internal DcmDataset is serialized into a memory buffer using DcmDataset::write(..). This buffer
 ///  is stored in a base64 encoded string. For deserialization we decode the string and use DcmDataset::read(..).
-class CTK_DICOM_CORE_EXPORT ctkDICOMDataset 
+class CTK_DICOM_CORE_EXPORT ctkDICOMDataset
 {
 public:
     typedef QObject Superclass;