]> Creatis software - gdcm.git/blobdiff - src/gdcmParser.h
* Bug fix on field having a VR = 'UI'. Assume that is a string field
[gdcm.git] / src / gdcmParser.h
index 34311b8e1b45f0dba116e41f9e1cfbff0b8a20d1..cd18a817f23ffbccda29cda7fe34574b4b57c6ae 100644 (file)
@@ -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);