From 53bb1d7e94a7de69ecafa9e81653d3baeb2e02ad Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 26 Jul 2005 02:16:19 +0000 Subject: [PATCH] COMP: Fix compilation on Win32. All symbols MUST be resolved --- src/gdcmOrientation.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gdcmOrientation.h b/src/gdcmOrientation.h index a43c6e17..cbfd5ffc 100644 --- a/src/gdcmOrientation.h +++ b/src/gdcmOrientation.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmOrientation.h,v $ Language: C++ - Date: $Date: 2005/07/24 02:34:42 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/07/26 02:16:19 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -40,8 +40,8 @@ class File; class GDCM_EXPORT Orientation : public Base { public: - Orientation(); - ~Orientation(); + Orientation() {}; + ~Orientation() {}; double TypeOrientation( File* file ); -- 2.48.1