]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.cxx
* Add Command and CommandManager to have possible callback
[gdcm.git] / src / gdcmRLEFramesInfo.cxx
index 4dcd5656abe9ce2d634fd71cf487fe7a5734fef7..c5ce8d88597532fa33edba6b5605ca7e1327b149 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/09/07 08:49:58 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2005/11/28 15:20:34 $
+  Version:   $Revision: 1.18 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -50,7 +50,7 @@ RLEFrame *RLEFramesInfo::GetFirstFrame()
 
 RLEFrame *RLEFramesInfo::GetNextFrame()
 {
-   gdcmAssertMacro (ItFrames != Frames.end());
+   gdcmStaticAssertMacro (ItFrames != Frames.end());
 
    ++ItFrames;
    if (ItFrames != Frames.end())