From: malaterre Date: Mon, 15 May 2006 21:31:29 +0000 (+0000) Subject: COMP: I always forgot this change of API X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b2423cb224675ea9089918bbd53eadf8ed0c5b15;p=gdcm.git COMP: I always forgot this change of API --- diff --git a/Testing/Install/dummy.cxx b/Testing/Install/dummy.cxx index 7808f5e0..a59425c8 100644 --- a/Testing/Install/dummy.cxx +++ b/Testing/Install/dummy.cxx @@ -2,6 +2,7 @@ int main() { - gdcm::File *file = new gdcm::File(); + gdcm::File *file = gdcm::File::New(); + return 0; }