X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_Environment%2FViewerNDimensionsException.h;h=12e1346c6f71f5a98c5da6919ce06a79b758ee6e;hb=d2e69ed72a2101f2d76167b92ad51bc9b6755368;hp=75921fb9474e67032b3c2b11e56dbe1e69e504c6;hpb=a58419b26d46db5189064fc2fc1c94288350a5cf;p=creaEnvironment.git diff --git a/lib/kernel_Environment/ViewerNDimensionsException.h b/lib/kernel_Environment/ViewerNDimensionsException.h index 75921fb..12e1346 100644 --- a/lib/kernel_Environment/ViewerNDimensionsException.h +++ b/lib/kernel_Environment/ViewerNDimensionsException.h @@ -3,8 +3,8 @@ Program: ViewerNDimensionsException Module: $RCSfile: ViewerNDimensionsException.h,v $ Language: C++ - Date: $Date: 2008/11/07 10:37:20 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/11/26 15:51:12 $ + Version: $Revision: 1.5 $ Objective: Exception of the program when something has setted wrong Authot: Monica Maria Lozano Romero @@ -36,7 +36,7 @@ //NAMESPACE - class CreaEnvironment_EXPORTS ViewerNDimensionsException: + class creaEnvironment_EXPORTS ViewerNDimensionsException: public std::exception { public: @@ -47,7 +47,7 @@ } #if(WIN32) #else - virtual ~ViewerNDimensionsException() throw (); + virtual ~ViewerNDimensionsException() throw (){}; #endif