]> Creatis software - gdcm.git/blobdiff - src/gdcmElValue.cxx
Removing all the Data files (use gdcmData module instead). Frog
[gdcm.git] / src / gdcmElValue.cxx
index 3a8a7156929186f299ce44b58804f0d6e69705f6..61b216ba75a53a8eec25c24828c685209f631028 100644 (file)
@@ -1,13 +1,15 @@
 // gdcmElValue.cxx
 
-#include "gdcm.h"
+#include "gdcmElValue.h"
+
 
 /**
  * \ingroup gdcmElValue
  * \brief   Constructor from a given gdcmDictEntry
  * @param   in Pointer to existing dictionary entry
  */
-ElValue::ElValue(gdcmDictEntry* in) {
+
+gdcmElValue::gdcmElValue(gdcmDictEntry* in) {
        ImplicitVr = false;
        entry = in;
 }