]> Creatis software - gdcm.git/commitdiff
COMP: Fix compilation on Win32. All symbols MUST be resolved
authormalaterre <malaterre>
Tue, 26 Jul 2005 02:16:19 +0000 (02:16 +0000)
committermalaterre <malaterre>
Tue, 26 Jul 2005 02:16:19 +0000 (02:16 +0000)
src/gdcmOrientation.h

index a43c6e17cbef5a7db17521d21859542f4befda49..cbfd5ffc4a2ecc05c046541fe448858d7d0f9ac6 100644 (file)
@@ -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 );