X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmArgMgr.h;h=6d84ca5414ff53868178ace869811f323649e2a0;hb=bd7bec4c367d671a9da358584e98a8ec29bb641e;hp=f31ff390bc1df1bb22c40bd9be28f35bee672935;hpb=8fd45dc6d321d1419854dc0e4fa6a37d6826b655;p=gdcm.git diff --git a/src/gdcmArgMgr.h b/src/gdcmArgMgr.h index f31ff390..6d84ca54 100644 --- a/src/gdcmArgMgr.h +++ b/src/gdcmArgMgr.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmArgMgr.h,v $ Language: C++ - Date: $Date: 2007/05/23 14:18:07 $ - Version: $Revision: 1.13 $ + Date: $Date: 2007/09/28 11:03:52 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -102,8 +102,8 @@ private : const char *ArgParamOut; // Output File Name for param char *ArgUsed; // Used Arguments - char *ArgLab[ARGMAXCOUNT]; // Arguments Labels - char *ArgStr[ARGMAXCOUNT]; // Arguments 'strings' + char **ArgLab; //[ARGMAXCOUNT]; // Arguments Labels + char **ArgStr; //[ARGMAXCOUNT]; // Arguments 'strings' int ArgCount; // Number of arguments passed char *Appel; };