X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmParser.h;h=cd18a817f23ffbccda29cda7fe34574b4b57c6ae;hb=d3e997d981d84fece924c52c8b513bccc6cd371a;hp=34311b8e1b45f0dba116e41f9e1cfbff0b8a20d1;hpb=bfbd90327a5e45d972546843b0d9e4185e16cb24;p=gdcm.git diff --git a/src/gdcmParser.h b/src/gdcmParser.h index 34311b8e..cd18a817 100644 --- a/src/gdcmParser.h +++ b/src/gdcmParser.h @@ -62,7 +62,7 @@ public: bool SetShaDict(DictKey dictName); // Informations contained in the parser - bool IsReadable(void); + virtual bool IsReadable(void); bool IsImplicitVRLittleEndianTransferSyntax(void); bool IsExplicitVRLittleEndianTransferSyntax(void); bool IsDeflatedExplicitVRLittleEndianTransferSyntax(void);