X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElValue.cxx;h=61b216ba75a53a8eec25c24828c685209f631028;hb=bed33c23d52354bfe0c3714493754c60c05cb320;hp=3a8a7156929186f299ce44b58804f0d6e69705f6;hpb=add079705405296ac0e1f811afbd0f237371dd52;p=gdcm.git diff --git a/src/gdcmElValue.cxx b/src/gdcmElValue.cxx index 3a8a7156..61b216ba 100644 --- a/src/gdcmElValue.cxx +++ b/src/gdcmElValue.cxx @@ -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; }