]> Creatis software - gdcm.git/blobdiff - src/gdcmTS.cxx
* FIX: CMake generate now documentation
[gdcm.git] / src / gdcmTS.cxx
index bb18e34308b5da06eea488de6e102daa7794b3dd..33f49501f2cfdbe4d0bccff69442e1b649875508 100644 (file)
@@ -175,6 +175,6 @@ int gdcmTS::Count(TSKey key) {
 
 std::string gdcmTS::GetValue(TSKey key) {
    if (ts.count(key) == 0) 
-      return ("gdcm::Unfound");
+      return (GDCM_UNFOUND);
    return ts[key];
 }