From: malaterre Date: Fri, 27 May 2005 18:37:28 +0000 (+0000) Subject: COMP: Fix warning... I dont think we need to export the symbol anyway X-Git-Tag: Version1.2.bp~660 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2c9d4abea35d18369d1e61b21f52a98f8d27766d;p=gdcm.git COMP: Fix warning... I dont think we need to export the symbol anyway --- diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 0e1c24c5..ee143097 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommon.h,v $ Language: C++ - Date: $Date: 2005/05/26 18:49:46 $ - Version: $Revision: 1.64 $ + Date: $Date: 2005/05/27 18:37:28 $ + Version: $Revision: 1.65 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -151,7 +151,7 @@ enum DicomDirType { /** * \brief structure, for internal use only */ -GDCM_EXPORT struct Element +struct Element { /// DicomGroup number unsigned short int Group;