]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
Coding Style + Doxygenation
[gdcm.git] / src / gdcmElementSet.h
index 6678c05c366c38027afc4e324b60c2ae67f4eb56..030bbf562c07ae6b81571f68299f1f71a8154981 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/16 11:37:03 $
-  Version:   $Revision: 1.27 $
+  Date:      $Date: 2005/01/06 20:03:27 $
+  Version:   $Revision: 1.28 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -52,7 +52,7 @@ public:
    /// Accessor to \ref TagHT
    // Do not expose this to user (public API) ! 
    // A test is using it thus put it in public (matt)
-   TagDocEntryHT const & GetTagHT() const { return TagHT; };
+   TagDocEntryHT const &GetTagHT() const { return TagHT; };
 
    void Initialize();
    DocEntry *GetNextEntry();