]> Creatis software - gdcm.git/blobdiff - Testing/TestTS.cxx
BUG: Moving gdcmCommon to gdcm namespace broke some examples, fix those
[gdcm.git] / Testing / TestTS.cxx
index 4aa6b6eead8ad9333a0298afa857cdafc7107806..cf2ab56066954bc193d8ac6a59443f4afee06edc 100644 (file)
@@ -6,5 +6,5 @@ int TestTS(int , char *[])
    // There should be 150 entries
    ts.Print( std::cout );
 
-   return ts.GetValue( "" ) != GDCM_UNFOUND;
+   return ts.GetValue( "" ) != gdcm::GDCM_UNFOUND;
 }