X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElValue.cxx;h=61b216ba75a53a8eec25c24828c685209f631028;hb=9f643008e8a960617fb30ed9dcd454612657e5d2;hp=a6184af5ea7a440c6174be16593099801cbc6f4a;hpb=551b84c1dc82294c4fc7356da0b5b1b3d74f7645;p=gdcm.git diff --git a/src/gdcmElValue.cxx b/src/gdcmElValue.cxx index a6184af5..61b216ba 100644 --- a/src/gdcmElValue.cxx +++ b/src/gdcmElValue.cxx @@ -1,6 +1,6 @@ // gdcmElValue.cxx -#include "gdcm.h" +#include "gdcmElValue.h" /** @@ -9,7 +9,7 @@ * @param in Pointer to existing dictionary entry */ -ElValue::ElValue(gdcmDictEntry* in) { +gdcmElValue::gdcmElValue(gdcmDictEntry* in) { ImplicitVr = false; entry = in; }