From: malaterre Date: Tue, 26 Jul 2005 02:16:19 +0000 (+0000) Subject: COMP: Fix compilation on Win32. All symbols MUST be resolved X-Git-Tag: Version1.2.bp~257 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=53bb1d7e94a7de69ecafa9e81653d3baeb2e02ad;p=gdcm.git COMP: Fix compilation on Win32. All symbols MUST be resolved --- 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 );