]> Creatis software - gdcm.git/commitdiff
* Remove compilation warnings
authorregrain <regrain>
Fri, 21 Oct 2005 07:40:13 +0000 (07:40 +0000)
committerregrain <regrain>
Fri, 21 Oct 2005 07:40:13 +0000 (07:40 +0000)
   -- BeNours

src/gdcmBase.h

index 3e6097d86a8949cd52fb7e7db0037d8ac0324999..a74e7694a431f5bca85d0933a24d11101be23e5c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/20 15:24:08 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2005/10/21 07:40:13 $
+  Version:   $Revision: 1.9 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -37,8 +37,8 @@ public:
    Base( ) {PrintLevel = 0;}
    virtual ~Base() {}
 
-   virtual void Print(std::ostream &os = std::cout, 
-                      std::string const & indent = "" ) {};
+   virtual void Print(std::ostream & = std::cout, 
+                      std::string const & = "" ) {};
 
    /// \brief Sets the print level for the Dicom Header Elements
    /// \note 0 for Light Print; 1 for 'medium' Print, 2 for Heavy Print