]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragmentsInfo.cxx
* Add Command and CommandManager to have possible callback
[gdcm.git] / src / gdcmJPEGFragmentsInfo.cxx
index 4660612ce6d1e542fe736d8c32c195a1a41dc6fb..212dee6ae69d40d07d8a8f75877d34beb6d2f9e8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragmentsInfo.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/01 10:29:55 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2005/11/28 15:20:33 $
+  Version:   $Revision: 1.19 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -78,7 +78,7 @@ JPEGFragment *JPEGFragmentsInfo::GetFirstFragment()
 
 JPEGFragment *JPEGFragmentsInfo::GetNextFragment()
 {
-   gdcmAssertMacro (ItFragments != Fragments.end());
+   gdcmStaticAssertMacro (ItFragments != Fragments.end());
 
    ++ItFragments;
    if (ItFragments != Fragments.end())