]> Creatis software - gdcm.git/blobdiff - src/gdcmDirList.h
* In order to fix memory leaks:
[gdcm.git] / src / gdcmDirList.h
index 33c8ab10777be11845cd0c8c79bf3b04360f6a01..0ffb6c1ebcc63c88abcdf696b9eab5821870cffc 100644 (file)
@@ -21,9 +21,9 @@ public :
 
    std::string GetDirName(void);
 
-   /// Character \ 
+   /// Character '\' 
    static const char SEPARATOR_X;
-   /// Character /  
+   /// Character '/'  
    static const char SEPARATOR_WIN;
    /// depending on the O.S.
    static const std::string SEPARATOR;