From 91dcb54d8a62c9518b914e34475b96c76e5d70ee Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 7 Feb 2005 19:17:27 +0000 Subject: [PATCH] ENH: Apparently the new Free .Net compiler complains also about the dll heritance stuff. Adding yet another pragma to please him. STYLE: a best -> a better --- Testing/TestWriteSimple.cxx | 6 +++--- src/gdcmCommon.h | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Testing/TestWriteSimple.cxx b/Testing/TestWriteSimple.cxx index fe79c983..249c5212 100644 --- a/Testing/TestWriteSimple.cxx +++ b/Testing/TestWriteSimple.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestWriteSimple.cxx,v $ Language: C++ - Date: $Date: 2005/02/07 18:43:38 $ - Version: $Revision: 1.21 $ + Date: $Date: 2005/02/07 19:17:27 $ + Version: $Revision: 1.22 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -152,7 +152,7 @@ int WriteSimple(Image &img) * img.components * img.componentSize / 8; unsigned char *imageData = new unsigned char[size]; - // FIXME : find a best heuristic to create the image + // FIXME : find a better heuristic to create the image unsigned char *tmp = imageData; for(int k=0;k