]> Creatis software - gdcm.git/blobdiff - src/gdcmCommand.cxx
Fix mistypings
[gdcm.git] / src / gdcmCommand.cxx
index 188b2f75088748db92777ccc1f08e54a574f76f8..1d474566edb6ecb8b32edbb312463e4012b76b8b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmCommand.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/05/23 14:18:08 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2007/10/30 13:34:42 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -26,11 +26,12 @@ namespace GDCM_NAME_SPACE
  * \brief Constructor used when we want to generate dicom files from scratch
  */
 Command::Command()
+  :  Text(""), Object(NULL), ConstObject(NULL), Cmd(CMD_UNKNOWN)
 {
-   Cmd = CMD_UNKNOWN;
-   Object = NULL;
-   ConstObject = NULL;
-   Text = "";
+//   Cmd = CMD_UNKNOWN;
+//   Object = NULL;
+//   ConstObject = NULL;
+//   Text = "";
 }