]> Creatis software - gdcm.git/blobdiff - src/gdcmParser.h
Zilch.
[gdcm.git] / src / gdcmParser.h
index 8335d9f7362cd97bb85bc6a601635659965e53f7..1a84b010d7cceb1ab54acc6089f5768ce78df04a 100644 (file)
@@ -120,8 +120,9 @@ public:
    guint32 UnswapLong(guint32);  // needed by gdcmFile
 
 protected:
-// constructor and destructor are protected to forbid end user to instanciate
-// class gdcmParser (only gdcmHeader and gdcmDicomDir are meaningfull)
+// constructor and destructor are protected to forbid end user 
+// to instanciate class gdcmParser 
+// (only gdcmHeader and gdcmDicomDir are meaningfull)
    gdcmParser(bool exception_on_error  = false);
    gdcmParser(const char *inFilename, 
               bool  exception_on_error = false,