From: jpr Date: Thu, 13 Mar 2003 15:37:49 +0000 (+0000) Subject: ajout namespace std pour les string sous Windows X-Git-Tag: April2003~20 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=724fc941e10045f4e21ac6bdd7d8e89c3b68bbf9;p=gdcm.git ajout namespace std pour les string sous Windows --- diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 4041279b..45458070 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -20,6 +20,7 @@ typedef int gint32; #ifdef _MSC_VER #define GDCM_EXPORT __declspec( dllexport ) +using namespace std; #else #define GDCM_EXPORT #endif diff --git a/src/gdcmException.h b/src/gdcmException.h index 3c30f94b..2378e3b8 100644 --- a/src/gdcmException.h +++ b/src/gdcmException.h @@ -49,7 +49,7 @@ class GDCM_EXPORT gdcmException : public exception { /** - * virtual descructor makes this class dynamic + * virtual destructor makes this class dynamic */ virtual ~gdcmException() { }