]> Creatis software - gdcm.git/commitdiff
COMP: I always forgot this change of API
authormalaterre <malaterre>
Mon, 15 May 2006 21:31:29 +0000 (21:31 +0000)
committermalaterre <malaterre>
Mon, 15 May 2006 21:31:29 +0000 (21:31 +0000)
Testing/Install/dummy.cxx

index 7808f5e0521b5d77e301a0f9666fa506741d71cc..a59425c8387923cf0e35dc5c3d74a3a0e0f9369c 100644 (file)
@@ -2,6 +2,7 @@
 
 int main()
 {
-  gdcm::File *file = new gdcm::File();
+  gdcm::File *file = gdcm::File::New();
+
   return 0;
 }