From 0ff5a2cf7f9e928a73b2568ca22a6dc17a9837b7 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 30 Oct 2007 13:34:42 +0000 Subject: [PATCH] COMP: when using initializers list, one need to respect order in declaration --- src/gdcmCommand.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmCommand.cxx b/src/gdcmCommand.cxx index 98a9e53a..1d474566 100644 --- a/src/gdcmCommand.cxx +++ b/src/gdcmCommand.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommand.cxx,v $ Language: C++ - Date: $Date: 2007/10/25 08:04:50 $ - Version: $Revision: 1.4 $ + 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,7 +26,7 @@ namespace GDCM_NAME_SPACE * \brief Constructor used when we want to generate dicom files from scratch */ Command::Command() - : Cmd(CMD_UNKNOWN), Object(NULL), ConstObject(NULL), Text("") + : Text(""), Object(NULL), ConstObject(NULL), Cmd(CMD_UNKNOWN) { // Cmd = CMD_UNKNOWN; // Object = NULL; -- 2.45.0