From 2c9d4abea35d18369d1e61b21f52a98f8d27766d Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 27 May 2005 18:37:28 +0000 Subject: [PATCH] COMP: Fix warning... I dont think we need to export the symbol anyway --- src/gdcmCommon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.48.1