]> Creatis software - creaEnvironment.git/commitdiff
ViewerExc
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 7 Nov 2008 13:28:40 +0000 (13:28 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 7 Nov 2008 13:28:40 +0000 (13:28 +0000)
lib/kernel_Environment/ViewerNDimensionsException.h

index 75921fb9474e67032b3c2b11e56dbe1e69e504c6..a26b48437320a6b9862bbda86308456b3c6f38aa 100644 (file)
@@ -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/07 13:28:40 $
+  Version:   $Revision: 1.4 $
   Objective:  Exception of the program when something has setted wrong
   Authot:      Monica Maria Lozano Romero
 
@@ -47,7 +47,7 @@
                                }
 #if(WIN32)
 #else
-                               virtual ~ViewerNDimensionsException() throw ();
+                               virtual ~ViewerNDimensionsException() throw (){};
 #endif