]> Creatis software - gdcm.git/blobdiff - src/gdcmValEntry.h
* Memory leak hunt with the following command:
[gdcm.git] / src / gdcmValEntry.h
index 6721b8d88c19adabca26e3a85e33bc4aa2fde8c0..5b19911572f618fe733b2e7b58b29087c216deca 100644 (file)
@@ -33,7 +33,8 @@ public:
            
 protected:
 
-   char* voidArea;  // clean it out later
+   /// \brief for 'non string' values. Will be move to gdcmBinEntry, later
+       void* voidArea;  // clean it out later
    
 private: