]> Creatis software - gdcm.git/blobdiff - src/gdcmValEntry.h
* src/ : fix compilation warnings for the Write method (2 different
[gdcm.git] / src / gdcmValEntry.h
index 6afc162f2180fc6b47f4dd57cfb48814e59e1c2d..b3fc2081d26ef4272918f818da2cd300dc42f5a4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmValEntry.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/28 03:10:58 $
-  Version:   $Revision: 1.29 $
+  Date:      $Date: 2004/11/25 15:46:12 $
+  Version:   $Revision: 1.31 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -43,10 +43,10 @@ public:
    std::string const & GetValue() const { return Value; };
     
    /// Sets the value (string) of the current Dicom Document Entry
-   void SetValue(std::string const & val) { Value = val; };
+   void SetValue(std::string const & val) { Value = val; }; 
 
    virtual void Print(std::ostream &os = std::cout); 
-   virtual void Write(std::ofstream *fp, FileType filetype);
+   virtual void WriteContent(std::ofstream *fp, FileType filetype);
 
 protected: