]> Creatis software - gdcm.git/blobdiff - src/gdcmElValue.cxx
* src/gdcmElValSet.[cxx/h], gdcmElValue.[cxx/h], gdcmFile.[cxx/h],
[gdcm.git] / src / gdcmElValue.cxx
index ecd680f10c0f8b69095ceda3e3e5ae2995297cad..61b216ba75a53a8eec25c24828c685209f631028 100644 (file)
@@ -9,7 +9,7 @@
  * @param   in Pointer to existing dictionary entry
  */
 
-ElValue::ElValue(gdcmDictEntry* in) {
+gdcmElValue::gdcmElValue(gdcmDictEntry* in) {
        ImplicitVr = false;
        entry = in;
 }